Small Lint fixes
This commit is contained in:
parent
f5d289d776
commit
23fae88755
|
@ -35,6 +35,7 @@
|
|||
android:restoreAnyVersion="true"
|
||||
android:theme="@style/Theme.AntennaPod.Splash"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:supportsRtl="true"
|
||||
android:logo="@mipmap/ic_launcher">
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="pref_cast_message">@string/pref_cast_message_free_flavor</string>
|
||||
<string name="pref_cast_message" translatable="false">@string/pref_cast_message_free_flavor</string>
|
||||
</resources>
|
||||
|
|
|
@ -96,7 +96,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_summary">Turn down volume for episodes of this feed: %1$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>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="pref_cast_message">@string/pref_cast_message_play_flavor</string>
|
||||
<string name="pref_cast_message" translatable="false">@string/pref_cast_message_play_flavor</string>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue