summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
diff options
context:
space:
mode:
authorKess Vargavind <vargavind@gmail.com>2009-04-22 07:42:01 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-22 08:33:59 +0200
commitcb1b0bed954d1b1370cf65bdf348cc4434feab53 (patch)
tree115bf818e724b122f1611a1bdadcb9a545edf532 /src/gui/skill.cpp
parent3e92baec2045d139a2a815f38e8bda010c707764 (diff)
downloadmana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.gz
mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.bz2
mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.tar.xz
mana-cb1b0bed954d1b1370cf65bdf348cc4434feab53.zip
Some string fixes
Diffstat (limited to 'src/gui/skill.cpp')
-rw-r--r--src/gui/skill.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/skill.cpp b/src/gui/skill.cpp
index 66ebc506..684a9ded 100644
--- a/src/gui/skill.cpp
+++ b/src/gui/skill.cpp
@@ -143,8 +143,8 @@ SkillDialog::SkillDialog():
ScrollArea *skillScrollArea = new ScrollArea(mTable);
mPointsLabel = new Label(strprintf(_("Skill points: %d"), 0));
- mIncButton = new Button(_("Up"), _("inc"), this);
- mUseButton = new Button(_("Use"), _("use"), this);
+ mIncButton = new Button(_("Up"), "inc", this);
+ mUseButton = new Button(_("Use"), "use", this);
mUseButton->setEnabled(false);
skillScrollArea->setHorizontalScrollPolicy(gcn::ScrollArea::SHOW_NEVER);