Update preferences.xml

Added String in Options Menu for translation
This commit is contained in:
poitzorg 2013-03-17 16:57:57 +01:00
parent ec0cc6883d
commit bc599c7c04

View File

@ -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>
</PreferenceScreen>