summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-11-01 03:43:21 +0300
committerAndrei Karas <akaras@inbox.ru>2011-11-01 03:43:21 +0300
commit30a3e0b6d4b773e2d803730d9815c4d0eab3ff81 (patch)
treeff3d91c000c099177a26bbd9b6b7e1c723d48d65
parente6119c4fb8c30c2eb1e4be6291270e99d44e8683 (diff)
downloadplus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.gz
plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.bz2
plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.xz
plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.zip
Add comment to option "Enable buggy servers protection".
-rw-r--r--src/gui/setup_other.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp
index 23fb5c086..bd445cfa0 100644
--- a/src/gui/setup_other.cpp
+++ b/src/gui/setup_other.cpp
@@ -171,8 +171,9 @@ Setup_Other::Setup_Other()
new SetupItemCheckBox(_("Enable bot checker"), "",
"enableBotCheker", this, "enableBotChekerEvent");
- new SetupItemCheckBox(_("Enable buggy servers protection"), "",
- "enableBuggyServers", this, "enableBuggyServersEvent", false);
+ new SetupItemCheckBox(_("Enable buggy servers protection "
+ "(do not disable)"), "", "enableBuggyServers", this,
+ "enableBuggyServersEvent", false);
new SetupItemCheckBox(_("Enable debug log"), "",
"debugLog", this, "debugLogEvent");