diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-08-29 19:37:31 -0700 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-08-29 19:37:31 -0700 |
commit | abc541a7bf7243d6700ff1382d0c1e97d1cb1800 (patch) | |
tree | c8029e3b7dcd1b66bb028786f7052785a35589fe /res | |
parent | 427a7ba1048d81b6b4fdcf29072c7584f6c18b87 (diff) | |
download | packages_apps_settings-abc541a7bf7243d6700ff1382d0c1e97d1cb1800.zip packages_apps_settings-abc541a7bf7243d6700ff1382d0c1e97d1cb1800.tar.gz packages_apps_settings-abc541a7bf7243d6700ff1382d0c1e97d1cb1800.tar.bz2 |
Shorten data usage settings label so it won't truncate.
Bug: 5226216
Change-Id: I4e6444b3304869a6d8c5f7085632c4d6dd57ca28
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 87be0e6..e5c7027 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3492,7 +3492,7 @@ found in the list of installed applications.</string> <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] --> <string name="data_usage_app_settings">View application settings</string> <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=32] --> - <string name="data_usage_app_restrict_background">Restrict background data usage</string> + <string name="data_usage_app_restrict_background">Restrict background data</string> <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] --> <string name="data_usage_app_restrict_background_summary">Disable background data on networks that you\'ve chosen to limit (<xliff:g id="networks" example="Mobile, Wi-Fi">%1$s</xliff:g>).</string> <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] --> |