String translation updates
-> make dismiss_prediction_label and pin_prediction translatable issue 155846260 -> use ' instead of ’ for work_apps_paused_body issue 155639533 Test: Manual Change-Id: Ibb291bb803f8fa8a39c7ddf81db5d8a253a26766
This commit is contained in:
parent
d4f87007b6
commit
6610fd0950
|
@ -103,9 +103,9 @@
|
||||||
<!-- Label for install drop target. [CHAR_LIMIT=20] -->
|
<!-- Label for install drop target. [CHAR_LIMIT=20] -->
|
||||||
<string name="install_drop_target_label">Install</string>
|
<string name="install_drop_target_label">Install</string>
|
||||||
<!-- Label for install dismiss prediction. -->
|
<!-- Label for install dismiss prediction. -->
|
||||||
<string translatable="false" name="dismiss_prediction_label">Don\'t suggest app</string>
|
<string name="dismiss_prediction_label">Don\'t suggest app</string>
|
||||||
<!-- Label for pinning predicted app. -->
|
<!-- Label for pinning predicted app. -->
|
||||||
<string name="pin_prediction" translatable="false">Pin Prediction</string>
|
<string name="pin_prediction">Pin Prediction</string>
|
||||||
|
|
||||||
|
|
||||||
<!-- Permissions: -->
|
<!-- Permissions: -->
|
||||||
|
@ -342,7 +342,7 @@
|
||||||
<!--- heading shown when user opens work apps tab while work apps are paused -->
|
<!--- heading shown when user opens work apps tab while work apps are paused -->
|
||||||
<string name="work_apps_paused_title">Work profile is paused</string>
|
<string name="work_apps_paused_title">Work profile is paused</string>
|
||||||
<!--- body shown when user opens work apps tab while work apps are paused -->
|
<!--- body shown when user opens work apps tab while work apps are paused -->
|
||||||
<string name="work_apps_paused_body">Work apps can\’t send you notifications, use your battery, or access your location</string>
|
<string name="work_apps_paused_body">Work apps can\'t send you notifications, use your battery, or access your location</string>
|
||||||
<!-- content description for paused work apps list -->
|
<!-- content description for paused work apps list -->
|
||||||
<string name="work_apps_paused_content_description">Work profile is paused. Work apps can\’t send you notifications, use your battery, or access your location</string>
|
<string name="work_apps_paused_content_description">Work profile is paused. Work apps can\’t send you notifications, use your battery, or access your location</string>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue