diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-03-23 23:17:19 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-03-23 23:17:19 +0100 |
commit | 144322c71ddd10a6f129edfbeead922b4b7bf178 (patch) | |
tree | 1136a1c1f42102033698b060162908e7085c34a1 /src/main/res/values | |
parent | a995032d0bc2dee130f8d14a8c766994aec39385 (diff) |
offer to block entire domain in message from stranger snackbar
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 aa83597ae..3b14c23a4 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -757,4 +757,6 @@ <string name="one_participant">one participant</string> <string name="more_participants">%d participants</string> <string name="presence_offline">Offline</string> + <string name="block_stranger">Block stranger</string> + <string name="block_entire_domain">Block entire domain</string> </resources> |