diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-02-28 16:18:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-02-28 16:18:47 +0300 |
commit | d9dab8f2d9436b84a318cd5df171ba96dd4ec5ac (patch) | |
tree | c90aa6fdafa9481610168368acf7a1017fe75491 /src/gui/widgets/tabs/setup_other.cpp | |
parent | c24610711a456f5f572cef6f64f5620aa2e48669 (diff) | |
download | plus-d9dab8f2d9436b84a318cd5df171ba96dd4ec5ac.tar.gz plus-d9dab8f2d9436b84a318cd5df171ba96dd4ec5ac.tar.bz2 plus-d9dab8f2d9436b84a318cd5df171ba96dd4ec5ac.tar.xz plus-d9dab8f2d9436b84a318cd5df171ba96dd4ec5ac.zip |
Add paths.xml option overweightPercent for show overweight message.
Default value: 50
Diffstat (limited to 'src/gui/widgets/tabs/setup_other.cpp')
-rw-r--r-- | src/gui/widgets/tabs/setup_other.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_other.cpp b/src/gui/widgets/tabs/setup_other.cpp index 8ed123a4d..656192f18 100644 --- a/src/gui/widgets/tabs/setup_other.cpp +++ b/src/gui/widgets/tabs/setup_other.cpp @@ -275,7 +275,6 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemCheckBox(_("Enable weight notifications"), "", "weightMsg", this, "weightMsgEvent"); - // TRANSLATORS: settings group new SetupItemLabel(_("Shop"), "", this); |