summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-10-30 14:19:00 +0300
committerAndrew Dolgov <[email protected]>2019-10-30 14:19:24 +0300
commit2015e4483870fb9615020bcd616b352a6b26aa50 (patch)
tree45e98b12dd38453f8a9b24ede27967b00791a792 /org.fox.ttrss/src/main/res/xml
parentad73a1f94857856082b9ec0019511db8b0f3f483 (diff)
externalize new string resources
Diffstat (limited to 'org.fox.ttrss/src/main/res/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 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" />
<org.fox.ttrss.util.LessBrokenSwitchPreference
android:defaultValue="false"
android:key="inline_video_player"
android:summary="@string/prefs_inline_video_player"
- android:title="Inline video player" />
+ android:title="@string/prefs_inline_video_player_title" />
</PreferenceCategory>