summaryrefslogtreecommitdiffstats
path: root/apps/Development/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-06-01 16:10:22 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-06-01 16:10:22 -0700
commit895fa90b76d6c474c2476d351e44c5dc3b6acad0 (patch)
tree9ecda95787da40b60fcc77e57071043ec2ac122e /apps/Development/res/values/strings.xml
parentce970403d80c77836fd7170bef92f72d3876e74f (diff)
parent8aede04bf2660f951eb0408567d923cdef9b0213 (diff)
downloadandroid_development-895fa90b76d6c474c2476d351e44c5dc3b6acad0.tar.gz
android_development-895fa90b76d6c474c2476d351e44c5dc3b6acad0.tar.bz2
android_development-895fa90b76d6c474c2476d351e44c5dc3b6acad0.zip
am 8aede04b: Add positional parameters to aid in i18n
Diffstat (limited to 'apps/Development/res/values/strings.xml')
-rw-r--r--apps/Development/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Development/res/values/strings.xml b/apps/Development/res/values/strings.xml
index ec590a8dc..d144b8ff9 100644
--- a/apps/Development/res/values/strings.xml
+++ b/apps/Development/res/values/strings.xml
@@ -190,7 +190,7 @@
<string name="status_sync_succeeded_format">Sync succeeded: %s</string>
<string name="status_already_bound">Already bound to sync adapter</string>
<string name="status_sync_adapter_not_selected">No selected sync adapter</string>
- <string name="binding_connected_format">Connected to Sync Adapter\n\tauthority: %s\n\taccount type: %s</string>
+ <string name="binding_connected_format">Connected to Sync Adapter\n\tauthority: %1$s\n\taccount type: %2$s</string>
<string name="binding_not_connected">Not connected to a sync adapter</string>
<string name="binding_bind_failed">Bind failed</string>
<string name="binding_waiting_for_connection">Waiting for service to be connected...</string>