summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDavid Braun <dabraun@google.com>2014-03-13 18:30:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-13 18:30:11 +0000
commit63ac6a06efd39078b3fc066896fc7ea003ab34ce (patch)
tree6be03a348823058469d4cf5d3752fb275bdc3422 /res
parent255034803c3301cbf93ce64a2740af2abe8dc1f9 (diff)
parentedcb923df6f9e690fd16b0e643c6ba3da5e9264c (diff)
downloadpackages_apps_Settings-63ac6a06efd39078b3fc066896fc7ea003ab34ce.zip
packages_apps_Settings-63ac6a06efd39078b3fc066896fc7ea003ab34ce.tar.gz
packages_apps_Settings-63ac6a06efd39078b3fc066896fc7ea003ab34ce.tar.bz2
am edcb923d: Add string parameter order to default SMS dialog text
* commit 'edcb923df6f9e690fd16b0e643c6ba3da5e9264c': Add string parameter order to default SMS dialog text
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8a98aba..22eb3e8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2380,7 +2380,7 @@
<!-- SMS Application [CHAR LIMIT=35]-->
<string name="sms_application_title" translatable="true">Default SMS app</string>
<string name="sms_change_default_dialog_title" translatable="true">Change SMS app?</string>
- <string name="sms_change_default_dialog_text" translatable="true">Use <xliff:g id="new_app">%s</xliff:g> instead of <xliff:g id="current_app">%s</xliff:g> as your SMS app?</string>
+ <string name="sms_change_default_dialog_text" translatable="true">Use <xliff:g id="new_app">%1$s</xliff:g> instead of <xliff:g id="current_app">%2$s</xliff:g> as your SMS app?</string>
<string name="sms_change_default_no_previous_dialog_text" translatable="true">Use <xliff:g id="new_app">%s</xliff:g> as your SMS app?</string>
<!-- The SIM operator is not known [CHAR_ LIMIT=50]-->