OSDN Git Service

Increase character limit for filter_instant_apps string in Settings
authorAntony Sargent <asargent@google.com>
Mon, 27 Feb 2017 23:35:53 +0000 (15:35 -0800)
committerAntony Sargent <asargent@google.com>
Mon, 27 Feb 2017 23:35:53 +0000 (15:35 -0800)
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

res/values/strings.xml

index 71fd094..482b77e 100644 (file)
     <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>