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:entries="@array/pref_offline_amounts"
android:entryValues="@array/pref_offline_amounts" android:entryValues="@array/pref_offline_amounts"
android:key="offline_sync_max" android:key="offline_sync_max"
android:summary="How many articles to download (newest first)" android:summary="@string/offline_articles_to_download_long"
android:title="Download articles" /> android:title="@string/offline_articles_to_download" />
<CheckBoxPreference <CheckBoxPreference
android:defaultValue="false" android:defaultValue="false"
@ -140,4 +140,4 @@
android:title="@string/transport_debugging" /> android:title="@string/transport_debugging" />
</PreferenceCategory> </PreferenceCategory>
</PreferenceScreen> </PreferenceScreen>