diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-22 17:59:31 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-22 17:59:31 +0200 |
commit | 824483a61132ad3cb4b0cdb3f3754b8cfeff8a48 (patch) | |
tree | 3a90591146e608d19cc752ea18a69cb6a85d9e1d | |
parent | c3402679469a0f78c622335dbb0eb35ae545e38b (diff) | |
download | packages_apps_Settings-824483a61132ad3cb4b0cdb3f3754b8cfeff8a48.zip packages_apps_Settings-824483a61132ad3cb4b0cdb3f3754b8cfeff8a48.tar.gz packages_apps_Settings-824483a61132ad3cb4b0cdb3f3754b8cfeff8a48.tar.bz2 |
More general phrasing for USB mode dialogueHEADreplicant-6.0
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index e5efde6..ee492e0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6838,7 +6838,7 @@ <!-- Description of one of the choices in a dialog (with title defined in usb_use) that lets the user select what the USB connection for this device should be used for. This choice is for transferring files via MTP. --> - <string name="usb_use_file_transfers_desc">Transfer files to Windows or Mac (MTP)</string> + <string name="usb_use_file_transfers_desc" translatable="false">Transfer files to a PC (MTP)</string> <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user select what the USB connection for this device should be used for. This choice is for transferring photos via PTP. --> |