summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-17 18:43:53 +0300
committerAndrew Dolgov <[email protected]>2017-02-17 18:43:53 +0300
commitb9888b6cc69809c82ccd5f94dc63cb474f38f1de (patch)
tree3cf749822fab623014ae4cfc9e2fb9bbf33f5296 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent4d8343e4bb4805fba0e2fa40bc9a7857b76c9f03 (diff)
fix new hardcoded string resources
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 711d18be..df3be4e9 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -87,8 +87,8 @@
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="headlines_swipe_to_dismiss"
- android:summary="Disables headlines context menu"
- android:title="Swipe to dismiss" />
+ android:summary="@string/pref_headlines_swipe_to_dismiss_long"
+ android:title="@string/pref_headlines_swipe_to_dismiss" />
<!-- <org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="true"