#3248 Extract @string resource for summary

This commit is contained in:
Max Bechtold 2019-10-17 12:06:15 +02:00
parent 14db72ac35
commit cc9c8bb63a
2 changed files with 2 additions and 1 deletions

View File

@ -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"/>

View File

@ -90,6 +90,7 @@
<string name="auto_download_apply_to_items_message">The new <i>Auto Download</i> setting will automatically be applied to new episodes.\nDo you also want to apply it to previously published episodes?</string>
<string name="auto_delete_label">Auto Delete Episode</string>
<string name="feed_volume_reduction">Volume Reduction</string>
<string name="feed_volume_reduction_summary">Turn down volume for episodes of this feed: \%s</string>
<string name="feed_volume_reduction_off">Off</string>
<string name="feed_volume_reduction_light">Light</string>
<string name="feed_volume_reduction_heavy">Heavy</string>