diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-10-29 11:31:03 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-10-29 11:31:03 +0100 |
commit | 03593ba56fe0a15312e3ae231dfdaf3be6c7548a (patch) | |
tree | f3ca3a45423f3730fe530836a4e517c216d888b4 /res/values | |
parent | 64209829f779214ae7fc0c6ab35de4d006c745c4 (diff) |
proper error state for images
Diffstat (limited to '')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0170b006..e941ed6d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -281,5 +281,6 @@ <string name="message_text">Message text</string> <string name="url_copied_to_clipboard">URL copied to clipboard</string> <string name="message_copied_to_clipboard">Message copied to clipboard</string> + <string name="image_transmission_failed">Image transmission failed</string> </resources>
\ No newline at end of file |