From ab6b8095d0bfe87c548776e640043b9b2bc46639 Mon Sep 17 00:00:00 2001 From: Kess Vargavind Date: Tue, 28 Jul 2009 11:57:09 +0200 Subject: Add some translators comments --- src/gui/buy.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/buy.cpp') diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp index 9040364b..a2398472 100644 --- a/src/gui/buy.cpp +++ b/src/gui/buy.cpp @@ -67,7 +67,11 @@ BuyDialog::BuyDialog(): mMoneyLabel = new Label(strprintf(_("Price: %s / Total: %s"), "", "")); + // TRANSLATORS: This is a narrow symbol used to denote 'increasing'. + // You may change this symbol if your language uses another. mIncreaseButton = new Button(_("+"), "inc", this); + // TRANSLATORS: This is a narrow symbol used to denote 'decreasing'. + // You may change this symbol if your language uses another. mDecreaseButton = new Button(_("-"), "dec", this); mBuyButton = new Button(_("Buy"), "buy", this); mQuitButton = new Button(_("Quit"), "quit", this); -- cgit v1.2.3-70-g09d2