Shortened the "Restrict background data" string so it won't trucate.

Bug: 5255012

Change-Id: Id8d403952330c56ffdb263ebf8cfce3036864678

Added char limit to string comment.
This commit is contained in:
Claudia de Veaux
2011-09-07 12:01:45 -07:00
parent 491af0805d
commit b8d6a8f9e7

View File

@@ -3455,8 +3455,8 @@ found in the list of installed applications.</string>
<string name="data_usage_cycle">Data usage cycle</string>
<!-- Title for checkbox menu option to enable mobile data when roaming. [CHAR LIMIT=32] -->
<string name="data_usage_menu_roaming">Data roaming</string>
<!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=32] -->
<string name="data_usage_menu_restrict_background">Restrict background data</string>
<!-- Title for checkbox menu option to restrict background data usage. [CHAR LIMIT=20] -->
<string name="data_usage_menu_restrict_background">Restrict data</string>
<!-- Title for checkbox menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=32] -->
<string name="data_usage_menu_split_4g">Separate 4G usage</string>
<!-- Title for checkbox menu option to show Wi-Fi data usage. [CHAR LIMIT=32] -->