summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
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
parentdbe686598068a714fa2e8c5de3f337a8ee729204 (diff)
widget: localize prefs section name
Diffstat (limited to 'org.fox.ttrss')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index 177b331f..be97e90e 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -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>
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"