summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/feed_settings.xml
diff options
context:
space:
mode:
authorMax Bechtold <max.bechtold@andrena.de>2019-10-17 12:06:15 +0200
committerMax Bechtold <max.bechtold@andrena.de>2019-10-17 12:06:15 +0200
commitcc9c8bb63a27deb35f0e234d252e22a73ef6c117 (patch)
tree1180c413f9633728ac9847d0194ef689aaae6e82 /app/src/main/res/xml/feed_settings.xml
parent14db72ac3532f2258df301074bc781d691d68658 (diff)
downloadAntennaPod-cc9c8bb63a27deb35f0e234d252e22a73ef6c117.zip
#3248 Extract @string resource for summary
Diffstat (limited to 'app/src/main/res/xml/feed_settings.xml')
-rw-r--r--app/src/main/res/xml/feed_settings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index 10b688801..f3a4ce07e 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -21,7 +21,7 @@
<ListPreference
android:entries="@array/spnVolumeReductionItems"
android:entryValues="@array/spnVolumeReductionValues"
- android:summary="Turn down volume for episodes of this feed: \%s"
+ android:summary="@string/feed_volume_reduction_summary"
android:title="@string/feed_volume_reduction"
android:defaultValue="off"
android:key="volumeReduction"/>