summaryrefslogtreecommitdiff
path: root/src/gui/windows/statuswindow.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-07-12 19:32:30 +0300
committerAndrei Karas <akaras@inbox.ru>2017-07-12 21:12:24 +0300
commit03948f9bc58477100c61c11651290bee372dab5f (patch)
tree3714e87d59c3bca2ef02d1f405abba24f8bb9757 /src/gui/windows/statuswindow.cpp
parentacedb80af76334b0e0acd877d3de0ab8ab46a576 (diff)
downloadplus-03948f9bc58477100c61c11651290bee372dab5f.tar.gz
plus-03948f9bc58477100c61c11651290bee372dab5f.tar.bz2
plus-03948f9bc58477100c61c11651290bee372dab5f.tar.xz
plus-03948f9bc58477100c61c11651290bee372dab5f.zip
Rename gm level into group id in localplayer.cpp
Diffstat (limited to 'src/gui/windows/statuswindow.cpp')
-rw-r--r--src/gui/windows/statuswindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/statuswindow.cpp b/src/gui/windows/statuswindow.cpp
index 9fe112f78..5e79f6b73 100644
--- a/src/gui/windows/statuswindow.cpp
+++ b/src/gui/windows/statuswindow.cpp
@@ -264,7 +264,7 @@ void StatusWindow::updateLevelLabel()
// TRANSLATORS: status window label
mLvlLabel->setCaption(strprintf(_("Level: %d (GM %d)"),
PlayerInfo::getAttribute(Attributes::PLAYER_LEVEL),
- localPlayer->getGMLevel()));
+ localPlayer->getGroupId()));
}
else
{