summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-04-30 18:09:04 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2013-04-30 18:09:04 +0200
commite734097ea9c4ade069dfc84ea824f22502ab5b78 (patch)
treed970aab0116d981d13c1cb3b234946d9b5cac198 /res/xml/preferences.xml
parentcb2e5f14ab2b1b4d383e4c459cb9d41226585f5f (diff)
downloadAntennaPod-e734097ea9c4ade069dfc84ea824f22502ab5b78.zip
Moved update interval preference strings into strings.xml. Fixes #182
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b0968b79a..e94d1c47e 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -22,7 +22,7 @@
<PreferenceCategory android:title="@string/network_pref" >
<ListPreference
android:defaultValue="0"
- android:entries="@array/update_intervall_options"
+ android:entries="@array/update_intervall_values"
android:entryValues="@array/update_intervall_values"
android:key="prefAutoUpdateIntervall"
android:summary="@string/pref_autoUpdateIntervall_sum"