From f14977ba2470808b45a4dba1a40cebafb1189e4f Mon Sep 17 00:00:00 2001 From: FineFindus Date: Fri, 19 May 2023 21:35:15 +0200 Subject: [PATCH] feat(settings): add summary to reblog action --- .../android/fragments/settings/NotificationsFragment.java | 2 +- mastodon/src/main/res/values/strings_mo.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java index 63058d542..af10125d4 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/settings/NotificationsFragment.java @@ -37,7 +37,7 @@ public class NotificationsFragment extends SettingsBaseFragment { GlobalUserPreferences.uniformNotificationIcon = i.checked; GlobalUserPreferences.save(); })); - items.add(new SwitchItem(R.string.mo_swap_bookmark_with_reblog, R.drawable.ic_boost, GlobalUserPreferences.swapBookmarkWithBoostAction, i -> { + items.add(new SwitchItem(R.string.mo_swap_bookmark_with_reblog, R.string.mo_swap_bookmark_with_reblog_summary, R.drawable.ic_boost, GlobalUserPreferences.swapBookmarkWithBoostAction, i -> { GlobalUserPreferences.swapBookmarkWithBoostAction=i.checked; GlobalUserPreferences.save(); })); diff --git a/mastodon/src/main/res/values/strings_mo.xml b/mastodon/src/main/res/values/strings_mo.xml index 70c42f082..97a72def4 100644 --- a/mastodon/src/main/res/values/strings_mo.xml +++ b/mastodon/src/main/res/values/strings_mo.xml @@ -51,7 +51,7 @@ Open in App Double tap to swipe between tabs - Use reblog action instead of bookmark action on notifications + Swap bookmark with reblog action Download latest nightly release Load remote profile follows and followers Automatically mention account who reblogged the post in replies @@ -81,6 +81,7 @@ Replies will be opted out of discovery features Show how many people interacted with a post in the timeline Swipe to change viewed timeline + Bookmark or reblog posts from the notification Notification Audience