From bc599c7c04810de1cde4a54460990ac54b901d20 Mon Sep 17 00:00:00 2001 From: poitzorg Date: Sun, 17 Mar 2013 16:57:57 +0100 Subject: [PATCH] Update preferences.xml Added String in Options Menu for translation --- res/xml/preferences.xml | 6 +++--- 1 file 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" /> - \ No newline at end of file +