Use more clear swipe action label (#6345)
This commit is contained in:
parent
8be62b6d0e
commit
06347a3df9
@ -77,7 +77,7 @@ public class SwipeActionsDialog {
|
|||||||
&& !a.getId().equals(SwipeAction.START_DOWNLOAD)).toList();
|
&& !a.getId().equals(SwipeAction.START_DOWNLOAD)).toList();
|
||||||
break;
|
break;
|
||||||
case FeedItemlistFragment.TAG:
|
case FeedItemlistFragment.TAG:
|
||||||
forFragment = context.getString(R.string.feeds_label);
|
forFragment = context.getString(R.string.individual_subscription);
|
||||||
keys = Stream.of(keys).filter(a -> !a.getId().equals(SwipeAction.REMOVE_FROM_HISTORY)).toList();
|
keys = Stream.of(keys).filter(a -> !a.getId().equals(SwipeAction.REMOVE_FROM_HISTORY)).toList();
|
||||||
break;
|
break;
|
||||||
case QueueFragment.TAG:
|
case QueueFragment.TAG:
|
||||||
|
@ -23,6 +23,6 @@
|
|||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="prefSwipeFeed"
|
android:key="prefSwipeFeed"
|
||||||
android:title="@string/feeds_label"/>
|
android:title="@string/individual_subscription"/>
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
<string name="swipe_left">Swipe Left</string>
|
<string name="swipe_left">Swipe Left</string>
|
||||||
<string name="enable_swipeactions">Enable Swipe Actions for this Screen</string>
|
<string name="enable_swipeactions">Enable Swipe Actions for this Screen</string>
|
||||||
<string name="change_setting">Change</string>
|
<string name="change_setting">Change</string>
|
||||||
|
<string name="individual_subscription">Individual subscription</string>
|
||||||
|
|
||||||
<!-- Statistics fragment -->
|
<!-- Statistics fragment -->
|
||||||
<string name="statistics_include_marked">Include duration of episodes that are just marked as played</string>
|
<string name="statistics_include_marked">Include duration of episodes that are just marked as played</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user