widget: localize prefs section name

This commit is contained in:
Andrew Dolgov 2015-02-13 01:10:04 +03:00
parent dbe6865980
commit 9d756d84c6
2 changed files with 2 additions and 1 deletions

View File

@ -219,4 +219,5 @@
<string name="crash_dialog_text">Unfortunately, Tiny Tiny RSS has stopped. Submit crash report to tt-rss.org?</string>
<string name="prefs_widget_show_fresh">Show Fresh articles</string>
<string name="prefs_widget_show_fresh_summary">Instead of total unread display amount of Fresh articles</string>
<string name="prefs_widget">Widget</string>
</resources>

View File

@ -171,7 +171,7 @@
android:summary="@string/offline_image_cache_enabled_summary"
android:title="@string/offline_image_cache_enabled" />
</PreferenceCategory>
<PreferenceCategory android:title="Widget" >
<PreferenceCategory android:title="@string/prefs_widget" >
<CheckBoxPreference
android:defaultValue="true"
android:key="widget_show_fresh"