Increase char limit for manage_external_storage_title

Was 30, but was asked by linguists to increase it to 35.
This CL inscreases the limit to 40.

Test: build
Fixes: 147650566
Change-Id: Ia855293cb42bac4c08a23d47be4a3eaa9e13af7c
This commit is contained in:
shafik
2020-01-14 14:09:07 +00:00
parent 4d0fa39b2d
commit 0f313aecb6

View File

@@ -9447,7 +9447,7 @@
<!-- Description of allowing overlay setting [CHAR LIMIT=NONE] --> <!-- Description of allowing overlay setting [CHAR LIMIT=NONE] -->
<string name="allow_overlay_description">Allow this app to display on top of other apps you\u2019re using. It may interfere with your use of those apps or change the way they seem to appear or behave.</string> <string name="allow_overlay_description">Allow this app to display on top of other apps you\u2019re using. It may interfere with your use of those apps or change the way they seem to appear or behave.</string>
<!-- Manager External Storage settings title [CHAR LIMIT=30] --> <!-- Manager External Storage settings title [CHAR LIMIT=40] -->
<string name="manage_external_storage_title">All files access</string> <string name="manage_external_storage_title">All files access</string>
<!-- Label for a setting which controls whether an app can manage external storage [CHAR LIMIT=45] --> <!-- Label for a setting which controls whether an app can manage external storage [CHAR LIMIT=45] -->
<string name="permit_manage_external_storage">Allow access to manage all files</string> <string name="permit_manage_external_storage">Allow access to manage all files</string>