summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-11-30 15:39:46 +0300
committerAndrew Dolgov <[email protected]>2015-11-30 15:39:46 +0300
commit755ef00eff7521b943fff9fa4ca6e9f65bc1d675 (patch)
treeb29276c195cbcdd0db10d8c94b6f6e682f43b8ff /org.fox.ttrss/src/main/res/xml/preferences.xml
parent2a58d105cd27c3615d80695a4b070e9a5db696c0 (diff)
prefs: add missing i18n string
fr: fix typo
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 6863ddcf..2341cd78 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -156,7 +156,7 @@
android:summary="@string/prefs_enable_fab_long"
android:title="@string/prefs_enable_fab" />
</PreferenceCategory>
- <PreferenceCategory android:title="Opening links" >
+ <PreferenceCategory android:title="@string/prefs_opening_links" >
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="enable_custom_tabs"