diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-12-30 13:17:45 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2016-12-30 13:17:45 +0100 |
commit | 8c34bb3c6fb2be87eb9103bb2b647e2c7c80bfbc (patch) | |
tree | 72185861a27aaa3186e3e104c976c0889b7132bd /src/main/res/values/strings.xml | |
parent | 40a9f70478473e7068185ba03b9acbbadb936525 (diff) |
hide inactive devices by default in contact details
Diffstat (limited to '')
-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 6f27a8b1..be3b262d 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -723,4 +723,6 @@ <string name="i_followed_this_link_from_a_trusted_source">I followed this link from a trusted source</string> <string name="verifying_omemo_keys_trusted_source">You are about to verify the OMEMO keys of %1$s after clicking a link. This is only secure if you followed this link from a trusted source where only %2$s could have published this link.</string> <string name="verify_omemo_keys">Verify OMEMO keys</string> + <string name="show_inactive_devices">Show inactive devices</string> + <string name="hide_inactive_devices">Hide inactive devices</string> </resources> |