diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-12 19:32:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-12 21:12:24 +0300 |
commit | 03948f9bc58477100c61c11651290bee372dab5f (patch) | |
tree | 3714e87d59c3bca2ef02d1f405abba24f8bb9757 /src/gui/windows/statuswindow.cpp | |
parent | acedb80af76334b0e0acd877d3de0ab8ab46a576 (diff) | |
download | plus-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.cpp | 2 |
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 { |