From ea886eaeabe20e5a51e91ec58067e2ebc20d4f99 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Dec 2012 13:13:07 +0300 Subject: Replace "on screen" to "onscreen". --- src/gui/setup_touch.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui') 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, -- cgit v1.2.3-60-g2f50