diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-07 17:26:09 +0300 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2012-01-26 22:40:08 +0100 |
commit | 5e8cc46a21e03acc7589fca181f7fae677853b29 (patch) | |
tree | 7cb4535ad27e7b1c09b37871d0622391dac91f30 /src/gui/npcdialog.cpp | |
parent | 86a6fecb3dcbc028d59630606ab63ba8425af692 (diff) | |
download | mana-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.gz mana-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.bz2 mana-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.xz mana-5e8cc46a21e03acc7589fca181f7fae677853b29.zip |
Remove "> Next" from NPC dialogs
Reviewed-by: Thorbjørn Lindeijer
Diffstat (limited to 'src/gui/npcdialog.cpp')
-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) { |