diff options
-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. --> |