diff options
author | Benoit Goby <benoit@android.com> | 2012-09-11 16:14:47 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-09-11 16:14:47 -0700 |
commit | 73e0d75c9d3869a39635e55461349b3f5dd75604 (patch) | |
tree | c252548b381f8e6a64c26109bf0c96e8e54aaffb | |
parent | 9c673b0536f0c19be289e15fe0e5fb9825769a3f (diff) | |
parent | 45f6aaa5585fd4c0f97ea9904b7d84b8e57ac120 (diff) | |
download | frameworks_base-73e0d75c9d3869a39635e55461349b3f5dd75604.zip frameworks_base-73e0d75c9d3869a39635e55461349b3f5dd75604.tar.gz frameworks_base-73e0d75c9d3869a39635e55461349b3f5dd75604.tar.bz2 |
Merge "UsbDebuggingActivity: Strings update after review" into jb-mr1-dev
-rw-r--r-- | packages/SystemUI/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 8fb703f..6aed1aa 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -155,13 +155,13 @@ <string name="always_use_accessory">Use by default for this USB accessory</string> <!-- Title of confirmation dialog for USB debugging --> - <string name="usb_debugging_title">Allow USB Debugging?</string> + <string name="usb_debugging_title">Allow USB debugging?</string> <!-- Message of confirmation dialog for USB debugging --> - <string name="usb_debugging_message">Allow USB Debugging from this computer?\nYour RSA key fingerprint is\n<xliff:g id="fingerprint">%1$s</xliff:g></string> + <string name="usb_debugging_message">The computer\'s RSA key fingerprint is:\n<xliff:g id="fingerprint">%1$s</xliff:g></string> <!-- Option to always allow USB debugging from the attached computer --> - <string name="usb_debugging_always">Always allow this computer</string> + <string name="usb_debugging_always">Always allow from this computer</string> <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running on a phone). [CHAR LIMIT=25] --> |