diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-05-23 03:36:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-05-23 03:36:40 +0300 |
commit | 6efe684295569c0ef41893540ad0495356ea7e72 (patch) | |
tree | 65bfc1c29952b2ec9f14db2d1ab9ced813957551 | |
parent | 8281f442dcb5e047c68d56199a3bee0e7788be11 (diff) | |
download | ManaVerse-6efe684295569c0ef41893540ad0495356ea7e72.tar.gz ManaVerse-6efe684295569c0ef41893540ad0495356ea7e72.tar.bz2 ManaVerse-6efe684295569c0ef41893540ad0495356ea7e72.tar.xz ManaVerse-6efe684295569c0ef41893540ad0495356ea7e72.zip |
Add missing translators comment.
-rw-r--r-- | src/gui/windows/serverdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/windows/serverdialog.cpp b/src/gui/windows/serverdialog.cpp index 485e26d52..a8db9302d 100644 --- a/src/gui/windows/serverdialog.cpp +++ b/src/gui/windows/serverdialog.cpp @@ -136,6 +136,7 @@ ServerDialog::ServerDialog(ServerInfo *const serverInfo, #ifdef USE_OPENGL else if (config.getIntValue("opengl") == RENDER_SOFTWARE) { + // TRANSLATORS: servers dialog name setCaption(_("Choose Your Server *** SOFTWARE RENDER MODE ***")); } #endif // USE_OPENGL |