widget: localize prefs section name
This commit is contained in:
parent
dbe6865980
commit
9d756d84c6
@ -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="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">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_show_fresh_summary">Instead of total unread display amount of Fresh articles</string>
|
||||||
|
<string name="prefs_widget">Widget</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
@ -171,7 +171,7 @@
|
|||||||
android:summary="@string/offline_image_cache_enabled_summary"
|
android:summary="@string/offline_image_cache_enabled_summary"
|
||||||
android:title="@string/offline_image_cache_enabled" />
|
android:title="@string/offline_image_cache_enabled" />
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="Widget" >
|
<PreferenceCategory android:title="@string/prefs_widget" >
|
||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="widget_show_fresh"
|
android:key="widget_show_fresh"
|
||||||
|
Loading…
Reference in New Issue
Block a user