summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-13 01:10:04 +0300
committerAndrew Dolgov <[email protected]>2015-02-13 01:10:04 +0300
commit9d756d84c6950c6f7ecb0d8ee9763373b18fa7a0 (patch)
tree811f79a533e7f02c11ce6dbbb6fdd047054e0cf9 /org.fox.ttrss/src/main/res/xml/preferences.xml
parentdbe686598068a714fa2e8c5de3f337a8ee729204 (diff)
widget: localize prefs section name
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 3bc7225a..b7fac6f5 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -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"