summaryrefslogtreecommitdiff
path: root/src/gui/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows')
-rw-r--r--src/gui/windows/serverdialog.cpp1
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