diff options
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index f7a5c137..5cc0e80b 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -131,9 +131,9 @@ StatusWindow::StatusWindow(LocalPlayer *player): mStatsDefenseLabel= new gcn::Label(_("Defense:")); mStatsMagicAttackLabel = new gcn::Label(_("M.Attack:")); mStatsMagicDefenseLabel = new gcn::Label(_("M.Defense:")); - mStatsAccuracyLabel = new gcn::Label(_("\% Accuracy:")); - mStatsEvadeLabel = new gcn::Label(_("\% Evade:")); - mStatsReflexLabel = new gcn::Label(_("\% Reflex:")); + mStatsAccuracyLabel = new gcn::Label(_("% Accuracy:")); + mStatsEvadeLabel = new gcn::Label(_("% Evade:")); + mStatsReflexLabel = new gcn::Label(_("% Reflex:")); mStatsAttackPoints = new gcn::Label; mStatsDefensePoints = new gcn::Label; |