#3248 Extract @string resource for summary
This commit is contained in:
parent
14db72ac35
commit
cc9c8bb63a
@ -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"/>
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user