diff options
author | David Braun <dabraun@google.com> | 2014-03-14 17:54:13 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-14 17:54:13 +0000 |
commit | 99fb0e9e59a2ac09d7b6c5765643081507c04ed4 (patch) | |
tree | 0f1d8e3c3a7400cfa2e441c885e0f9748b1f3809 /res | |
parent | 04400ea2116770a8fbff0fd3c5101c65c194d4f9 (diff) | |
parent | 177c876fed5511dadc02544040dcdfa24435d1b6 (diff) | |
download | packages_apps_Settings-99fb0e9e59a2ac09d7b6c5765643081507c04ed4.zip packages_apps_Settings-99fb0e9e59a2ac09d7b6c5765643081507c04ed4.tar.gz packages_apps_Settings-99fb0e9e59a2ac09d7b6c5765643081507c04ed4.tar.bz2 |
am 177c876f: am ca95017f: am c0737638: am 63ac6a06: am edcb923d: Add string parameter order to default SMS dialog text
* commit '177c876fed5511dadc02544040dcdfa24435d1b6':
Add string parameter order to default SMS dialog text
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 68329c2..5b4bf28 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2397,7 +2397,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]--> |