diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-12 18:08:31 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-12 18:08:31 +0100 |
commit | ef7bcb1b07e3edf36b463aae4cc953ab29d498b0 (patch) | |
tree | 8d010887fceec30b3093fa1717f4ff88d2377738 /src/main/res/values | |
parent | acc88b085cd3acd532af2c88475562bb03059308 (diff) |
prevent accidental close of voice recorder
Diffstat (limited to 'src/main/res/values')
-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 c11d05ef4..4b3cd95b6 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -729,4 +729,5 @@ <string name="add_to_contact_list">Add to contact list</string> <string name="received_contact">Received contact</string> <string name="contact">Contact</string> + <string name="unable_to_start_recording">Unable to start recording</string> </resources> |