summaryrefslogtreecommitdiffstats
path: root/res/values-watch/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values-watch/strings.xml')
-rw-r--r--res/values-watch/strings.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/res/values-watch/strings.xml b/res/values-watch/strings.xml
index 82fe4ae9..f940eae6 100644
--- a/res/values-watch/strings.xml
+++ b/res/values-watch/strings.xml
@@ -30,8 +30,9 @@
<!-- Summary of a permission switch when it's enforced by policy [CHAR LIMIT=17] -->
<string name="permission_summary_enforced_by_policy">Can\'t be changed</string>
- <!-- Generic text to indicate that a setting is enabled. Should be in all caps. [CHAR LIMIT=40] -->
- <string name="generic_enabled">ENABLED</string>
- <!-- Generic text to indicate that a setting is disabled. Should be in all caps. [CHAR LIMIT=40] -->
- <string name="generic_disabled">DISABLED</string>
+ <!-- Generic text to indicate a yes. [CHAR LIMIT=10] -->
+ <string name="generic_yes">Yes</string>
+
+ <!-- Generic text to indicate Cancel. [CHAR LIMIT=10] -->
+ <string name="generic_cancel">Cancel</string>
</resources>