aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-11 21:13:56 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-11 21:13:56 +0200
commit2af9e34b6477aa34d0587d3bb1f3b7f15b117cff (patch)
tree5d20f3ba52bdfcb776908c79822d61881ffa5a7a /src/main/res/values/strings.xml
parent8c6030e0bf8e90a3ba67dbc6155adb2ff9000d1c (diff)
make recording activity not crash if microphone was in use
Diffstat (limited to '')
-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 0c471ca79..1481bc6cc 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -813,4 +813,5 @@
<string name="pref_use_quick_share_attachment_choice_summary">Replace send button with attachment choice if no message is typed. Otherwise show quick actions, which can be cofigured in the following setting.</string>
<string name="pref_quick_share_attachment_choice">Attachment choice</string>
<string name="phone_book">Address book</string>
+ <string name="unable_to_save_recording">Unable to save recording</string>
</resources>