From cde92256a67c9d7119d609a57e8fb590f02ca77b Mon Sep 17 00:00:00 2001 From: FeuRenard Date: Fri, 16 Dec 2016 01:17:20 +0100 Subject: [PATCH] Convert file save toast string to plural Closes #5961 // FREEBIE --- res/values/strings.xml | 5 ++++- src/org/thoughtcrime/securesms/util/SaveAttachmentTask.java | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index b2599217a4..df0710e0c2 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -167,7 +167,10 @@ Error while saving attachment to storage! Error while saving attachments to storage! - File saved successfully. + + File saved successfully. + Files saved successfully. + Unable to write to storage! Saving attachment diff --git a/src/org/thoughtcrime/securesms/util/SaveAttachmentTask.java b/src/org/thoughtcrime/securesms/util/SaveAttachmentTask.java index 85bfa6f063..fa601cadd5 100644 --- a/src/org/thoughtcrime/securesms/util/SaveAttachmentTask.java +++ b/src/org/thoughtcrime/securesms/util/SaveAttachmentTask.java @@ -112,8 +112,10 @@ public class SaveAttachmentTask extends ProgressDialogAsyncTask