diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-02 01:35:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-02 01:35:05 +0300 |
commit | 0b228c1ed05177a761dce44df31f087c0313dc64 (patch) | |
tree | 40bee63127984998e1e46bae7be340fc2abe18ae /src/gui/setup_other.cpp | |
parent | 70da0bae8b4f11bf4d2fcf12c2f1aa770fe1d4d1 (diff) | |
download | plus-0b228c1ed05177a761dce44df31f087c0313dc64.tar.gz plus-0b228c1ed05177a761dce44df31f087c0313dc64.tar.bz2 plus-0b228c1ed05177a761dce44df31f087c0313dc64.tar.xz plus-0b228c1ed05177a761dce44df31f087c0313dc64.zip |
update and rebuild translations.
Diffstat (limited to 'src/gui/setup_other.cpp')
-rw-r--r-- | src/gui/setup_other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index e638af3a8..8a02b64f9 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -111,7 +111,7 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemTextField(_("Crazy move A program"), "", "crazyMoveProgram", this, "crazyMoveProgramEvent"); - new SetupItemCheckBox(_("Mouse relative moves (good for touch interfaces"), + new SetupItemCheckBox(_("Mouse relative moves (good for touch interfaces)"), "", "mouseDirectionMove", this, "mouseDirectionMoveEvent"); new SetupItemLabel(_("Player"), "", this); |