summaryrefslogtreecommitdiff
path: root/src/gui/setup_touch.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-31 13:13:07 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-31 13:13:07 +0300
commitea886eaeabe20e5a51e91ec58067e2ebc20d4f99 (patch)
tree5c6de9acb81775605853c2e5b583a8bb4ed79b89 /src/gui/setup_touch.cpp
parentf4f8701763eed4c1ab9badf004e4755126b98e9e (diff)
downloadplus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.gz
plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.bz2
plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.tar.xz
plus-ea886eaeabe20e5a51e91ec58067e2ebc20d4f99.zip
Replace "on screen" to "onscreen".
Diffstat (limited to 'src/gui/setup_touch.cpp')
-rw-r--r--src/gui/setup_touch.cpp6
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,