Increase character limit for filter_instant_apps string in Settings

Bug: 35743917
Test: not applicable

Apparently the existing character limit of 30 was too small for some
language translations, so this CL increases it to 40.

Change-Id: Iba5c9867dfd1dbfeca5280219aa3cad1e4f7d981
This commit is contained in:
Antony Sargent
2017-02-27 15:35:53 -08:00
parent bee2554f13
commit 5851f7a58c

View File

@@ -6895,7 +6895,7 @@
<string name="filter_all_apps">All apps</string>
<!-- Label for showing enabled apps in list [CHAR LIMIT=30] -->
<string name="filter_enabled_apps">Installed apps</string>
<!-- Label for showing instant apps in list [CHAR LIMIT=30] -->
<!-- Label for showing instant apps in list [CHAR LIMIT=40] -->
<string name="filter_instant_apps">Instant apps</string>
<!-- Label for showing personal apps in list [CHAR LIMIT=30] -->
<string name="filter_personal_apps">Personal</string>