diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-11-23 20:15:21 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-11-23 20:15:21 +0100 |
commit | 4c684b888b4e88fd665c04209747892362d5e314 (patch) | |
tree | c3d2e841c8edf3979cfa8143f5734d92ca242bcb /res | |
parent | 50072c4ebbc60006c04974650a75c243a31cc35c (diff) | |
download | AntennaPod-4c684b888b4e88fd665c04209747892362d5e314.zip |
Updated arrays.xml
Diffstat (limited to 'res')
-rw-r--r-- | res/values/arrays.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 59a2f21a0..17a94c29f 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -3,12 +3,12 @@ <string-array name="update_intervall_options"> <item>Manual</item> - <item>1 h</item> - <item>2 h</item> - <item>4 h</item> - <item>8 h</item> - <item>12 h</item> - <item>24 h</item> + <item>1 hour</item> + <item>2 hours</item> + <item>4 hours</item> + <item>8 hours</item> + <item>12 hours</item> + <item>24 hours</item> </string-array> <string-array name="update_intervall_values"> |