diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-03-09 20:01:20 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-03-09 20:01:20 +0100 |
commit | 5b41c0da43d7c2f18fd96aa81cd70ffe8f5970f6 (patch) | |
tree | 1dc6659b8bfd15416b2b88958e1f588c51ffc4f4 /src/main/res/values | |
parent | cc7c118cc5c43aa7a3ebf49198b540e519fee0d6 (diff) |
closing the corresponding conversations after blocking a contact
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index 133cfa250..899f79d49 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -747,4 +747,6 @@ <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> + <string name="corresponding_conversations_closed">Corresponding conversations closed.</string> + <string name="contact_blocked_past_tense">Contact blocked.</string> </resources> |