summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mike Lockwood <lockwood@android.com> 2011-03-17 16:20:32 -0700
committer Android Git Automerger <android-git-automerger@android.com> 2011-03-17 16:20:32 -0700
commitaf64e751e2373790dd661be80b11a03332712e90 (patch)
treec905e1374552e9c18f4022685d9a95d63dc2afd9
parentb8332786e3ac6d58504a7c3128e94e63255b3515 (diff)
parent27d9fb57168da5b5c1385df5f0c493cf8339933f (diff)
am 27d9fb57: DO NOT MERGE: Improve message for the "no app for USB accessory" dialog.
* commit '27d9fb57168da5b5c1385df5f0c493cf8339933f': DO NOT MERGE: Improve message for the "no app for USB accessory" dialog.
-rw-r--r--packages/SystemUI/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index 4963bbdf0c7e..6334b2a163ea 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -61,7 +61,7 @@
<string name="usb_accessory_confirm_prompt">Open %1$s when this USB accessory is connected?</string>
<!-- Prompt for the USB accessory URI dialog [CHAR LIMIT=80] -->
- <string name="usb_accessory_uri_prompt">Additional information for this USB accessory may be found at: %1$s</string>
+ <string name="usb_accessory_uri_prompt">No installed applications work with this USB accessory. Learn more about this accessory at <xliff:g id="url">%1$s</xliff:g></string>
<!-- Title for USB accessory dialog. Used when the name of the accessory cannot be determined. [CHAR LIMIT=50] -->
<string name="title_usb_accessory">USB accessory</string>