summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorpoitzorg <[email protected]>2013-03-17 16:57:57 +0100
committerpoitzorg <[email protected]>2013-03-17 16:57:57 +0100
commitbc599c7c04810de1cde4a54460990ac54b901d20 (patch)
tree74e4825d00f3453ee99fc8825e474cf70250069b /res/xml/preferences.xml
parentec0cc6883dc9d8e9b8ae357cf02d509d051607a2 (diff)
Update preferences.xml
Added String in Options Menu for translation
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index d9f960bb..4976bca6 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -120,8 +120,8 @@
android:entries="@array/pref_offline_amounts"
android:entryValues="@array/pref_offline_amounts"
android:key="offline_sync_max"
- android:summary="How many articles to download (newest first)"
- android:title="Download articles" />
+ android:summary="@string/offline_articles_to_download_long"
+ android:title="@string/offline_articles_to_download" />
<CheckBoxPreference
android:defaultValue="false"
@@ -140,4 +140,4 @@
android:title="@string/transport_debugging" />
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>