diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-09-11 17:13:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-09-11 17:13:54 +0300 |
commit | 333fa4263ce7278b723b57aca4a21be7fb15ca3d (patch) | |
tree | 4ef450fadb152cc170066e32a58918bbf2952c38 /src/gui/widgets/tabs/setup_other.cpp | |
parent | a5bda75dae5facec9f920af28865aae4d46b545b (diff) | |
download | plus-333fa4263ce7278b723b57aca4a21be7fb15ca3d.tar.gz plus-333fa4263ce7278b723b57aca4a21be7fb15ca3d.tar.bz2 plus-333fa4263ce7278b723b57aca4a21be7fb15ca3d.tar.xz plus-333fa4263ce7278b723b57aca4a21be7fb15ca3d.zip |
Fix code style.
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index 4e86abd8c..cdb22490a 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -296,7 +296,7 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : "enableGuildBotEvent", false); // TRANSLATORS: settings option - new SetupItemCheckBox(_("Enable manamarket bot bot support"), + new SetupItemCheckBox(_("Enable manamarket bot support"), "", "enableManaMarketBot", this, "enableManaMarketBotEvent", false); |