diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-02-01 12:11:40 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-02-01 12:11:40 +0100 |
commit | a3e11415ec06945bea88b49c99a5662773c8bf17 (patch) | |
tree | 95ae4b87c590f7e5431c03efa5af9f7edc9de19f /src/main/res | |
parent | 2eef37174e1034995d79af03cd1c0a3f8f9f3488 (diff) |
refactored user handling in conferences. show try again button when conference has errors
Diffstat (limited to 'src/main/res')
-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 2034082d..febe2ae3 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -242,6 +242,7 @@ <string name="you">You</string> <string name="action_edit_subject">Edit conference subject</string> <string name="conference_not_found">Conference not found</string> + <string name="conference_unknown_error">Unknown error received</string>2 <string name="leave">Leave</string> <string name="contact_added_you">Contact added you to contact list</string> <string name="add_back">Add back</string> |