aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 5c336f4..d10bf73 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -27,6 +27,12 @@
<item>gray</item>
</string-array>
+ <string-array name="list_update">
+ <item>@string/list_update_daily</item>
+ <item>@string/list_update_weekly</item>
+ <item>@string/list_update_never</item>
+ </string-array>
+
<string-array name="list_keymode">
<item>@string/list_keymode_right</item>
<item>@string/list_keymode_left</item>