summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index eb20dcd5..c903261c 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -43,7 +43,7 @@ StatusWindow::StatusWindow():
Window("%s Lvl: % 2i Job: % 2i GP: % 2i")
{
hp = new gcn::Label("HP");
- sp = new gcn::Label("SP");
+ sp = new gcn::Label("MP");
hpValue = new gcn::Label();
spValue = new gcn::Label();
expLabel = new gcn::Label("Exp");