diff --git a/app/src/main/java/eu/faircode/email/AdapterRule.java b/app/src/main/java/eu/faircode/email/AdapterRule.java index b1921f7874..5807b5f864 100644 --- a/app/src/main/java/eu/faircode/email/AdapterRule.java +++ b/app/src/main/java/eu/faircode/email/AdapterRule.java @@ -299,7 +299,7 @@ public class AdapterRule extends RecyclerView.Adapter { popupMenu.getMenu().add(Menu.NONE, R.string.title_rule_execute, 2, R.string.title_rule_execute) .setEnabled(ActivityBilling.isPro(context)); popupMenu.getMenu().add(Menu.NONE, R.string.title_reset, 3, R.string.title_reset); - popupMenu.getMenu().add(Menu.NONE, R.string.title_rule_group, 4, R.string.title_rule_group); + popupMenu.getMenu().add(Menu.NONE, R.string.title_rule_edit_group, 4, R.string.title_rule_edit_group); if (protocol == EntityAccount.TYPE_IMAP) { popupMenu.getMenu().add(Menu.NONE, R.string.title_move_to_folder, 5, R.string.title_move_to_folder); popupMenu.getMenu().add(Menu.NONE, R.string.title_copy, 6, R.string.title_copy); @@ -318,7 +318,7 @@ public class AdapterRule extends RecyclerView.Adapter { } else if (itemId == R.string.title_reset) { onActionReset(); return true; - } else if (itemId == R.string.title_rule_group) { + } else if (itemId == R.string.title_rule_edit_group) { onActionGroup(); return true; } else if (itemId == R.string.title_move_to_folder) { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 78721e19d8..71cb8ac54e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1911,6 +1911,7 @@ This will send the intent \'%1$s\' with the extras \'%2$s\' Permanent deletion is irreversible, so make sure the rule conditions are correct! Try to avoid bridging notifications to other devices, such as smartwatches. Not all devices support this. + Edit group … Execute now Affected messages: %1$d