diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-07-22 15:57:17 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-07-22 15:57:17 +0200 |
commit | cd204d5931a6cf0289d2df120f278864b8b94fdf (patch) | |
tree | 875bf02979a74c3f57a031a5ded5f91c81b14dae /src/main/res/values/strings.xml | |
parent | f7634a85be516feef753bdb32fed8df7da1573ed (diff) |
show warning when trying to highlight users that have left the conference
Diffstat (limited to 'src/main/res/values/strings.xml')
-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 1adb8235..5c8c0dbb 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -498,4 +498,5 @@ <string name="file_not_found_on_remote_host">File not found on remote server</string> <string name="search_for_contacts_or_groups">Search for contacts or groups</string> <string name="send_private_message">Send private message</string> + <string name="user_has_left_conference">%s has left the conference!</string> </resources> |