diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-29 17:24:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-29 17:59:57 +0300 |
commit | f315432679f760b71505e74dcb2185b7aef7a906 (patch) | |
tree | 07d45620464a2542cb28fbe773f652501e6ee6fb /src/gui/setup_touch.cpp | |
parent | cccb3e11663eb415b9b6c9a184e1c17762a2d989 (diff) | |
download | plus-f315432679f760b71505e74dcb2185b7aef7a906.tar.gz plus-f315432679f760b71505e74dcb2185b7aef7a906.tar.bz2 plus-f315432679f760b71505e74dcb2185b7aef7a906.tar.xz plus-f315432679f760b71505e74dcb2185b7aef7a906.zip |
change smaller letter literalt into capital letter.
Diffstat (limited to 'src/gui/setup_touch.cpp')
-rw-r--r-- | src/gui/setup_touch.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/setup_touch.cpp b/src/gui/setup_touch.cpp index f930c8a8f..1de4686df 100644 --- a/src/gui/setup_touch.cpp +++ b/src/gui/setup_touch.cpp @@ -106,22 +106,22 @@ Setup_Touch::Setup_Touch(const Widget2 *const widget) : "screenButtonsSizeEvent", mSizeList, 100); // TRANSLATORS: settings option - new SetupActionDropDown(strprintf(_("Button %u action"), 1u), "", + new SetupActionDropDown(strprintf(_("Button %u action"), 1U), "", "screenActionButton0", this, "screenActionButton0Event", mActionsList, 250); // TRANSLATORS: settings option - new SetupActionDropDown(strprintf(_("Button %u action"), 2u), "", + new SetupActionDropDown(strprintf(_("Button %u action"), 2U), "", "screenActionButton1", this, "screenActionButton1Event", mActionsList, 250); // TRANSLATORS: settings option - new SetupActionDropDown(strprintf(_("Button %u action"), 3u), "", + new SetupActionDropDown(strprintf(_("Button %u action"), 3U), "", "screenActionButton2", this, "screenActionButton2Event", mActionsList, 250); // TRANSLATORS: settings option - new SetupActionDropDown(strprintf(_("Button %u action"), 4u), "", + new SetupActionDropDown(strprintf(_("Button %u action"), 4U), "", "screenActionButton3", this, "screenActionButton3Event", mActionsList, 250); |