diff options
author | Mike Lockwood <lockwood@android.com> | 2011-03-16 12:35:55 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-03-16 12:35:55 -0700 |
commit | 83361fe18bd6a468835985819fcf1317db1cc35a (patch) | |
tree | 7323cae6d92461d23b18eb3a5fde9e74c845e633 /packages | |
parent | 0677d2526d7b0a00114fb6ba00add1ccaaa2da86 (diff) | |
parent | 89de72d83a1593ceb268f9433cd10455c66fc3af (diff) | |
download | frameworks_base-83361fe18bd6a468835985819fcf1317db1cc35a.zip frameworks_base-83361fe18bd6a468835985819fcf1317db1cc35a.tar.gz frameworks_base-83361fe18bd6a468835985819fcf1317db1cc35a.tar.bz2 |
am 89de72d8: am 1d8b5a5e: am 75d62cee: Merge "USB System UI: Improve message for the "no app for USB accessory" dialog." into honeycomb-mr1
* commit '89de72d83a1593ceb268f9433cd10455c66fc3af':
USB System UI: Improve message for the "no app for USB accessory" dialog.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
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> |