summaryrefslogtreecommitdiff
path: root/src/gui/setup_touch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_touch.cpp')
-rw-r--r--src/gui/setup_touch.cpp8
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);