diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-01 03:43:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-01 03:43:21 +0300 |
commit | 30a3e0b6d4b773e2d803730d9815c4d0eab3ff81 (patch) | |
tree | ff3d91c000c099177a26bbd9b6b7e1c723d48d65 /src/gui/setup_other.cpp | |
parent | e6119c4fb8c30c2eb1e4be6291270e99d44e8683 (diff) | |
download | plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.gz plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.bz2 plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.tar.xz plus-30a3e0b6d4b773e2d803730d9815c4d0eab3ff81.zip |
Add comment to option "Enable buggy servers protection".
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 5 |
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"); |