diff options
| author | 2016-05-25 15:49:51 +0000 | |
|---|---|---|
| committer | 2016-05-25 15:49:52 +0000 | |
| commit | 646a817caff4875462c15128f2e8c5d5c83629b3 (patch) | |
| tree | db5c6c47cdbde7a2e5ef71494d84e0885736ef01 | |
| parent | ef817a1debbad9aa3de5ff49765b9a9a72fc73a2 (diff) | |
| parent | 9fbed0378bf3e6e6284f8d485954a718a2e99d92 (diff) | |
Merge "Update suspended to disabled." into nyc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 45ee778f3a9e..22329422251b 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4318,6 +4318,6 @@ <string name="audit_safemode_notification_details">Touch to learn more.</string> <!-- Accessibilty string added to a widget that has been suspended [CHAR LIMIT=20] --> - <string name="suspended_widget_accessibility">Suspended <xliff:g id="label" example="Calendar">%1$s</xliff:g></string> + <string name="suspended_widget_accessibility">Disabled <xliff:g id="label" example="Calendar">%1$s</xliff:g></string> </resources> |