summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-01-07 17:26:09 +0300
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-26 22:40:08 +0100
commit5e8cc46a21e03acc7589fca181f7fae677853b29 (patch)
tree7cb4535ad27e7b1c09b37871d0622391dac91f30
parent86a6fecb3dcbc028d59630606ab63ba8425af692 (diff)
downloadmana-client-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.gz
mana-client-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.bz2
mana-client-5e8cc46a21e03acc7589fca181f7fae677853b29.tar.xz
mana-client-5e8cc46a21e03acc7589fca181f7fae677853b29.zip
Remove "> Next" from NPC dialogs
Reviewed-by: Thorbjørn Lindeijer
-rw-r--r--src/gui/npcdialog.cpp2
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)
{