diff --git a/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsFragment.java b/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsFragment.java index 0b5681093..f3167bae4 100644 --- a/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsFragment.java +++ b/mastodon/src/main/java/org/joinmastodon/android/fragments/NotificationsFragment.java @@ -172,7 +172,7 @@ public class NotificationsFragment extends MastodonToolbarFragment implements Sc getLocalPrefs().save(); this.allNotificationsFragment.reload(); - }).setNeutralButton(R.string.clear, (d, which) -> { + }).setNeutralButton(R.string.mo_notification_filter_reset, (d, which) -> { Arrays.fill(checkedItems, true); getLocalPrefs().notificationFilters.mention=checkedItems[0]; getLocalPrefs().notificationFilters.reblog=checkedItems[1]; diff --git a/mastodon/src/main/res/values/strings_mo.xml b/mastodon/src/main/res/values/strings_mo.xml index 1f397440c..cb1bb9a03 100644 --- a/mastodon/src/main/res/values/strings_mo.xml +++ b/mastodon/src/main/res/values/strings_mo.xml @@ -111,10 +111,11 @@ Confirm to unfollow %s Recent emoji cleared Show media preview in timelines + Reset to default - + Muted accounts - + Blocked accounts \ No newline at end of file