mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-06 04:45:50 +01:00
Updated text
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -285,6 +285,7 @@
|
||||
<string name="title_no_contacts">Contact picker not available</string>
|
||||
<string name="title_no_internet">No internet connection</string>
|
||||
<string name="title_attachment_saved">Attachment saved</string>
|
||||
<string name="title_attachments_saved">Attachments saved</string>
|
||||
<string name="title_attachment_unavailable">Some attachments are not downloaded and will not be added, continue?</string>
|
||||
<string name="title_image_unavailable">Some images are not downloaded and will not be added, continue?</string>
|
||||
<string name="title_ask_delete">Delete message permanently?</string>
|
||||
|
||||
Reference in New Issue
Block a user