aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-10-20 21:31:05 +0200
committerChristian Schneppe <christian@pix-art.de>2018-10-20 21:31:05 +0200
commit5bb746de733ee40703cea2e3faf013e74a78cee1 (patch)
treeb0a488b79e83730e954cb8b3df29dd59c4bb408b /src/main/res/values
parent80ee9306fe77578d0e6fdbf314f3789d241d61b6 (diff)
show cancelled instead of delivery failed if user requested to abort transfer
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 331737eeb..a00750708 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -832,5 +832,6 @@
<string name="security_violation_not_attaching_file">File omitted due to security violation.</string>
<string name="delete_file_dialog">Delete file</string>
<string name="delete_file_dialog_msg">Are you sure you want to delete this file?\n\n<b>Warning:</b> This will not delete copies of this file that are stored on other devices or servers. </string>
+ <string name="cancelled">cancelled</string>
</resources>