diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-17 09:15:22 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-17 09:15:22 -0700 |
| commit | 668167c40da57ab80eb5bc58dd47ac45c500295a (patch) | |
| tree | 471e799ba7af992dd5895553853e365e13ad91d7 /res/xml | |
| parent | 3194ebf67318612932fa0a4a6cb0a0847f69441d (diff) | |
| parent | 247538f5620408175a916664f95eb22730a3a967 (diff) | |
Merge pull request #8 from poitzorg/master
Missing Strings / Translation Updates
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/preferences.xml | 6 |
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> |