diff options
Diffstat (limited to 'src/gui/npcdialog.cpp')
-rw-r--r-- | src/gui/npcdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index af89a6881..a6a3f085e 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -205,7 +205,6 @@ void NpcDialog::action(const gcn::ActionEvent &event) return; nextDialog(); - // TRANSLATORS: Please leave the \n sequences intact. addText(_("> Next"), false); } else if (mActionState == NPC_ACTION_CLOSE) |