diff options
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index d9033606..12d4270c 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -103,7 +103,7 @@ void StatusWindow::update() expLabel->setCaption(tempstr); expLabel->adjustSize(); - sprintf(tempstr, "Job Points: %d", (int)char_info->job_xp); + sprintf(tempstr, "Job Exp: %d", (int)char_info->job_xp); jobExpLabel->setCaption(tempstr); jobExpLabel->adjustSize(); |