diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-22 15:48:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-22 15:48:23 +0300 |
commit | 10e6403739611bdc0ea06cf0ed55a0674f111100 (patch) | |
tree | 7c5c97dbe23b39b84bf23bcf99e565ddac32b838 /src/gui/npcdialog.cpp | |
parent | 797733823a46e1423334c3c693f0071286bac2a7 (diff) | |
download | plus-10e6403739611bdc0ea06cf0ed55a0674f111100.tar.gz plus-10e6403739611bdc0ea06cf0ed55a0674f111100.tar.bz2 plus-10e6403739611bdc0ea06cf0ed55a0674f111100.tar.xz plus-10e6403739611bdc0ea06cf0ed55a0674f111100.zip |
Some typo fixes and add comments for translators.
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) |