diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-31 13:13:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-31 13:13:07 +0300 |
commit | ea886eaeabe20e5a51e91ec58067e2ebc20d4f99 (patch) | |
tree | 5c6de9acb81775605853c2e5b583a8bb4ed79b89 /src | |
parent | f4f8701763eed4c1ab9badf004e4755126b98e9e (diff) | |
download | plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.gz plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.bz2 plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.xz plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.zip |
Replace "on screen" to "onscreen".
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/setup_touch.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/setup_touch.cpp b/src/gui/setup_touch.cpp index fb91633b8..a443af771 100644 --- a/src/gui/setup_touch.cpp +++ b/src/gui/setup_touch.cpp @@ -50,17 +50,17 @@ Setup_Touch::Setup_Touch(const Widget2 *const widget) : ContainerPlacer place = h.getPlacer(0, 0); place(0, 0, mScroll, 10, 10); - new SetupItemCheckBox(_("Show on screen keyboard icon"), "", + new SetupItemCheckBox(_("Show onscreen keyboard icon"), "", "showScreenKeyboard", this, "showScreenKeyboardEvent"); - new SetupItemCheckBox(_("Show on screen buttons"), "", + new SetupItemCheckBox(_("Show onscreen buttons"), "", "showScreenButtons", this, "showScreenButtonsEvent"); mSizeList->fillFromArray(&sizeList[0], sizeListSize); new SetupItemDropDown(_("Buttons size"), "", "screenButtonsSize", this, "screenButtonsSizeEvent", mSizeList, 100); - new SetupItemCheckBox(_("Show on screen joystick"), "", + new SetupItemCheckBox(_("Show onscreen joystick"), "", "showScreenJoystick", this, "showScreenJoystickEvent"); new SetupItemDropDown(_("Joystick size"), "", "screenJoystickSize", this, |