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();
|
||||
break;
|
||||
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();
|
||||
break;
|
||||
case QueueFragment.TAG:
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
|
||||
<Preference
|
||||
android:key="prefSwipeFeed"
|
||||
android:title="@string/feeds_label"/>
|
||||
android:title="@string/individual_subscription"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
<string name="swipe_left">Swipe Left</string>
|
||||
<string name="enable_swipeactions">Enable Swipe Actions for this Screen</string>
|
||||
<string name="change_setting">Change</string>
|
||||
<string name="individual_subscription">Individual subscription</string>
|
||||
|
||||
<!-- Statistics fragment -->
|
||||
<string name="statistics_include_marked">Include duration of episodes that are just marked as played</string>
|
||||
|
|
Loading…
Reference in New Issue