aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-17 20:59:08 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-17 20:59:08 +0100
commit2c13740e36961c19de82a10fb34b5d6a67fb4d01 (patch)
tree054f6a884a0c58bea0dfa44f8ce6f7aaf231901e /src/main/res/values
parentea71720faaa39661e2d34258e3a3e97e37d83cd6 (diff)
distinguish between general i/o error and write exception when copying files
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 6dbf53d3f..6e2c31120 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -705,4 +705,5 @@
<string name="received_contact">Received contact</string>
<string name="contact">Contact</string>
<string name="unable_to_start_recording">Unable to start recording</string>
+ <string name="error_unable_to_create_temporary_file">Error: unable to create temporary file</string>
</resources>