summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-11-30 06:22:03 +0300
committerAndrew Dolgov <[email protected]>2015-11-30 06:22:03 +0300
commitc57b0f95dd801d04d6a5b9620a287a591ec218a4 (patch)
tree03ebe6fa3d055e5a027f25fe0ffb7c73c52e58d2 /org.fox.ttrss/src/main/res/xml/preferences.xml
parentddb72b88ca42b734fa89cb0e32d1cd4f02e19044 (diff)
add some i18n
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index c822ae7d..6863ddcf 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -160,12 +160,12 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="enable_custom_tabs"
- android:summary="Open external links with Chrome custom tabs (faster, used if available)"
- android:title="Use quick preview" />
+ android:summary="@string/prefs_custom_tabs_summary"
+ android:title="@string/prefs_use_custom_tabs" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="custom_tabs_ask_always"
- android:title="Ask me every time" />
+ android:title="@string/ask_me_every_time" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference