aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-06-02 21:37:52 +0200
committerDaniel Gultsch <daniel@gultsch.de>2016-06-02 21:37:52 +0200
commit583aba1b442a1b41a11442d51dc31c5d1f18617e (patch)
treea5a3621639be0a5caca096bec83a15c2ca24f2e2 /src/main/res/values/strings.xml
parent594aab56dbffab5eec5d922f30cec3262752ceb4 (diff)
print specific toast when download failed because of write error
Diffstat (limited to 'src/main/res/values/strings.xml')
-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 51c658ab..c2810639 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -539,6 +539,7 @@
<string name="download_failed_server_not_found">Download failed: Server not found</string>
<string name="download_failed_file_not_found">Download failed: File not found</string>
<string name="download_failed_could_not_connect">Download failed: Could not connect to host</string>
+ <string name="download_failed_could_not_write_file">Download failed: Could not write file</string>
<string name="pref_use_white_background">Use white background</string>
<string name="pref_use_white_background_summary">Show received messages as black text on a white background</string>
<string name="account_status_tor_unavailable">Tor network unavailable</string>