From 36ecab72a0fae5aa5b512e73a3de1dfe278410cf Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 10 May 2009 18:26:33 +0200 Subject: Marked some strings as not translatable NPC dialog requested translation of + and - and the chat dialog tried to translate a semicolon. --- src/gui/npcdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/npcdialog.cpp') diff --git a/src/gui/npcdialog.cpp b/src/gui/npcdialog.cpp index 43fa6376..bb53ceb1 100644 --- a/src/gui/npcdialog.cpp +++ b/src/gui/npcdialog.cpp @@ -92,8 +92,8 @@ NpcDialog::NpcDialog() mButton = new Button("", "ok", this); //Setup more and less buttons (int input) - mPlusButton = new Button(_("+"), "plus", this); - mMinusButton = new Button(_("-"), "minus", this); + mPlusButton = new Button("+", "plus", this); + mMinusButton = new Button("-", "minus", this); int width = std::max(mButton->getFont()->getWidth(CAPTION_WAITING), mButton->getFont()->getWidth(CAPTION_NEXT)); -- cgit v1.2.3-70-g09d2