diff options
author | blue112 <bluesansdouze@gmail.com> | 2009-04-21 16:05:33 +0200 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-21 08:35:53 -0600 |
commit | 1f0f1641b22a2159866931f384ca8280e2d0d6c6 (patch) | |
tree | 1e1557e1f3597c25f657b922969804c2c0c56bd7 /src/gui/trade.cpp | |
parent | fa96d81b86914adb3d8608f8ab4f734d3286fcd4 (diff) | |
download | mana-1f0f1641b22a2159866931f384ca8280e2d0d6c6.tar.gz mana-1f0f1641b22a2159866931f384ca8280e2d0d6c6.tar.bz2 mana-1f0f1641b22a2159866931f384ca8280e2d0d6c6.tar.xz mana-1f0f1641b22a2159866931f384ca8280e2d0d6c6.zip |
Trade system - Removing debug informations
Remove forgotten debug information on the GUI
Diffstat (limited to 'src/gui/trade.cpp')
-rw-r--r-- | src/gui/trade.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/trade.cpp b/src/gui/trade.cpp index 7ed41387..1368e43e 100644 --- a/src/gui/trade.cpp +++ b/src/gui/trade.cpp @@ -49,9 +49,9 @@ #include <guichan/font.hpp> -#define CAPTION_PROPOSE _("!Propose trade") +#define CAPTION_PROPOSE _("Propose trade") #define CAPTION_CONFIRMED _("Confirmed. Waiting...") -#define CAPTION_ACCEPT _("!Agree trade") +#define CAPTION_ACCEPT _("Agree trade") #define CAPTION_ACCEPTED _("Agreed. Waiting...") TradeWindow::TradeWindow(): |