Debugging sometimes requires 'admin' (strings)
Currently, two configs say that they require the "primary user", but they actually require an "admin user". Fixing the strings accordingly. Change-Id: I072fe789c2214ee682e5c3358c7c0f4e97e4fcc1 Test: N/A
This commit is contained in:
@@ -142,7 +142,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, switch to the primary 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 an admin user.</string>
|
||||
|
||||
<!-- Title of confirmation dialog for wireless debugging [CHAR LIMIT=80] -->
|
||||
<string name="hdmi_cec_set_menu_language_title">Do you want to change the system language to <xliff:g id="language" example="German">%1$s</xliff:g>?</string>
|
||||
@@ -172,7 +172,7 @@
|
||||
<string name="wifi_debugging_secondary_user_title">Wireless debugging not allowed</string>
|
||||
|
||||
<!-- Message of notification shown when trying to enable wireless debugging but a secondary user is the current foreground user. [CHAR LIMIT=NONE] -->
|
||||
<string name="wifi_debugging_secondary_user_message">The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to the primary user.</string>
|
||||
<string name="wifi_debugging_secondary_user_message">The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to an admin user.</string>
|
||||
|
||||
<!-- Title of USB contaminant presence dialog [CHAR LIMIT=NONE] -->
|
||||
<string name="usb_contaminant_title">USB port disabled</string>
|
||||
|
||||
Reference in New Issue
Block a user