diff options
author | steckbrief <steckbrief@chefmail.de> | 2018-02-16 21:04:29 +0100 |
---|---|---|
committer | steckbrief <steckbrief@chefmail.de> | 2018-02-16 21:04:29 +0100 |
commit | 62bc6885db07423a434f945de9def863cb12b8c1 (patch) | |
tree | 0d60daca06a78d11546c02083c29f826581ae179 /src/main/res | |
parent | 84a2f8e41ac4d5a7ebc24f4eb5b99e9bc3029f1f (diff) |
introduces cancel status for file transfers, fixes NPE in file sharing after picture resize
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 0ab2c02c..8e9a1dee 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -699,4 +699,5 @@ <string name="pref_software_info">Send client information</string> <string name="pref_send_os_info_summary">Sends information about your android version</string> <string name="pref_send_os_info">Send your android version</string> + <string name="send_canceled">delivery canceled</string> </resources> |