diff options
| author | 2017-08-11 18:48:05 +0000 | |
|---|---|---|
| committer | 2017-08-11 18:48:05 +0000 | |
| commit | 423881fd8d4920ba95189f153fbe7824a58f0b7b (patch) | |
| tree | 2c3f8b5784b84afbede16577552034c8dc639426 | |
| parent | 84784104202d3a0b7ab5e4627c088d7c8eeb6b67 (diff) | |
| parent | abca4907d2c70ee5e44d1af59667b3fe4cdfcf3e (diff) | |
Merge "usb string update" into oc-mr1-dev am: e25757a106
am: abca4907d2
Change-Id: If915c7f08a7d383f7afb5430ebdd087cf96b9b0c
| -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 d668a4161224..1ec4dcd5e008 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -163,7 +163,7 @@ <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string> <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. --> - <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, please switch to an Admin user.</string> + <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user.</string> <!-- Checkbox label for application compatibility mode ON (zooming app to look like it's running on a phone). [CHAR LIMIT=25] --> |