OSDN Git Service

Update suspended to disabled.
authorKenny Guy <kennyguy@google.com>
Tue, 24 May 2016 13:41:13 +0000 (14:41 +0100)
committerKenny Guy <kennyguy@google.com>
Tue, 24 May 2016 13:41:13 +0000 (14:41 +0100)
Say disabled rather than suspended
when an app widget isn't available.

Bug: 28909714
Change-Id: I785af193e6eff85691196742137f7e5f5af2b30d

core/res/res/values/strings.xml

index 45ee778..2232942 100644 (file)
     <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>