summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2011-03-16 14:10:03 -0400
committerMike Lockwood <lockwood@android.com>2011-03-16 14:10:03 -0400
commitb893916fb8e3c9fa39c33babc60f495342b1b196 (patch)
tree6eb81b6e5305e5369e42f0fb8837b3fefed3da14 /packages
parentff51d29a0bbf7006833ad67b1aa8a52a8a9a2514 (diff)
downloadframeworks_base-b893916fb8e3c9fa39c33babc60f495342b1b196.zip
frameworks_base-b893916fb8e3c9fa39c33babc60f495342b1b196.tar.gz
frameworks_base-b893916fb8e3c9fa39c33babc60f495342b1b196.tar.bz2
USB System UI: Improve message for the "no app for USB accessory" dialog.
Change-Id: I72bdc3afa152ed7a0e30b1a0e8d9cb2e53ca3f29 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'packages')
-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 6306d2e..446827b 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -129,7 +129,7 @@
<string name="usb_accessory_confirm_prompt">Open <xliff:g id="activity">%1$s</xliff:g> 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: <xliff:g id="url">%1$s</xliff:g></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>