summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/feed_settings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/feed_settings.xml')
-rw-r--r--app/src/main/res/xml/feed_settings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml
index 619ab6296..fb9e2e425 100644
--- a/app/src/main/res/xml/feed_settings.xml
+++ b/app/src/main/res/xml/feed_settings.xml
@@ -50,12 +50,12 @@
<de.danoeh.antennapod.preferences.MaterialListPreference
android:defaultValue="off"
- android:entries="@array/spnVolumeReductionItems"
- android:entryValues="@array/spnVolumeReductionValues"
+ android:entries="@array/spnVolumeAdaptationItems"
+ android:entryValues="@array/spnVolumeAdaptationValues"
android:icon="@drawable/ic_volume_adaption"
android:key="volumeReduction"
- android:summary="@string/feed_volume_reduction_summary"
- android:title="@string/feed_volume_reduction" />
+ android:summary="@string/feed_volume_adaptation_summary"
+ android:title="@string/feed_volume_adapdation" />
<de.danoeh.antennapod.preferences.MaterialListPreference
android:entries="@array/feedNewEpisodesActionItems"