Update suspended to disabled.

Say disabled rather than suspended
when an app widget isn't available.

Bug: 28909714
Change-Id: I785af193e6eff85691196742137f7e5f5af2b30d
This commit is contained in:
Kenny Guy
2016-05-24 14:41:13 +01:00
parent 7b4b2fbc0a
commit 9fbed0378b

View File

@@ -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>