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