Use more clear swipe action label (#6345)

This commit is contained in:
ByteHamster 2023-02-24 22:10:02 +01:00 committed by GitHub
parent 8be62b6d0e
commit 06347a3df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -23,6 +23,6 @@
<Preference
android:key="prefSwipeFeed"
android:title="@string/feeds_label"/>
android:title="@string/individual_subscription"/>
</PreferenceScreen>

View File

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