From 2015e4483870fb9615020bcd616b352a6b26aa50 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Oct 2019 14:19:00 +0300 Subject: externalize new string resources --- org.fox.ttrss/src/main/res/xml/preferences.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'org.fox.ttrss/src/main/res/xml') diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml index deb34210..f20bb2cc 100755 --- a/org.fox.ttrss/src/main/res/xml/preferences.xml +++ b/org.fox.ttrss/src/main/res/xml/preferences.xml @@ -130,14 +130,14 @@ android:defaultValue="false" android:key="always_downsample_images" android:dependency="enable_image_downsampling" - android:title="Always resize images" - android:summary="Even on Wi-Fi" /> + android:title="@string/prefs_always_downsample_images" + android:summary="@string/prefs_always_downsample_images_long" /> + android:title="@string/prefs_inline_video_player_title" /> -- cgit v1.2.3