summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-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>