summaryrefslogtreecommitdiff
path: root/src/gui/buy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/buy.cpp')
-rw-r--r--src/gui/buy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/buy.cpp b/src/gui/buy.cpp
index 8d963227..aec9e576 100644
--- a/src/gui/buy.cpp
+++ b/src/gui/buy.cpp
@@ -62,7 +62,7 @@ BuyDialog::BuyDialog():
mSlider = new Slider(1.0);
mQuantityLabel = new Label(strprintf("%d / %d", mAmountItems, mMaxItems));
mQuantityLabel->setAlignment(gcn::Graphics::CENTER);
- mMoneyLabel = new gcn::Label(strprintf(_("Price: %s / Total: %s"),
+ mMoneyLabel = new Label(strprintf(_("Price: %s / Total: %s"),
"", ""));
mIncreaseButton = new Button("+", "+", this);