diff --git a/app/src/main/java/eu/faircode/email/ActivityView.java b/app/src/main/java/eu/faircode/email/ActivityView.java index 4caf6f36b7..1b947bd972 100644 --- a/app/src/main/java/eu/faircode/email/ActivityView.java +++ b/app/src/main/java/eu/faircode/email/ActivityView.java @@ -1492,7 +1492,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB @Override protected void onExecuted(Bundle args, Void data) { - Toast.makeText(ActivityView.this, R.string.title_attachment_saved, Toast.LENGTH_LONG).show(); + Toast.makeText(ActivityView.this, R.string.title_attachments_saved, Toast.LENGTH_LONG).show(); } @Override diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index d668dfd0d7..d170571807 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -285,6 +285,7 @@ Contact picker not available No internet connection Attachment saved + Attachments saved Some attachments are not downloaded and will not be added, continue? Some images are not downloaded and will not be added, continue? Delete message permanently?