diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-03-09 19:31:40 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-03-09 19:31:40 +0100 |
commit | e1ff6b02f53ef6fcd3732b78607beedd88da916a (patch) | |
tree | 1b79a32ede95add24e3f1800eb8e8ae70899fc78 /src/main/res/values | |
parent | e20e7893a546b700e5a4ca00d523cf078bb28747 (diff) |
added an option to directly add a jid to block list from blocklist activity
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 0003d131e..133cfa250 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -746,4 +746,5 @@ <string name="start_chatting">Start chtatting…</string> <string name="pref_use_max_brightness_summary">Switch to maximum brightness while watching videos or images in fullscreen.</string> <string name="pref_use_max_brightness">Maximum brightness</string> + <string name="block_jabber_id">Block Jabber ID</string> </resources> |