summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2013-09-07 06:19:24 -0400
committerLioncash <mathew1800@gmail.com>2013-09-07 06:19:24 -0400
commit86d10ec19e789700fcd8d22ef6a77f6523bf7e91 (patch)
treef3a913e45e4919a5724efebba79900e3620d40e2 /Source/Android
parent33fb1b562fdb1b1280cfbbf194287078929fa932 (diff)
[Android] Fix the input binding string.
Forgot a period at the end. Thanks for pointing that out pauldachz
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/res/values/strings.xml b/Source/Android/res/values/strings.xml
index 67e00e05ff..f474984809 100644
--- a/Source/Android/res/values/strings.xml
+++ b/Source/Android/res/values/strings.xml
@@ -40,7 +40,7 @@
<!-- Input Config Fragment -->
<string name="input_settings">Input</string>
<string name="input_binding">Input Binding</string>
- <string name="input_binding_descrip">Press or move an input to bind it to %1$s</string>
+ <string name="input_binding_descrip">Press or move an input to bind it to %1$s.</string>
<string name="button_a">Button A</string>
<string name="button_b">Button B</string>
<string name="button_start">Button Start</string>