diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-24 21:53:43 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-24 21:53:43 +0100 |
commit | e75acffa61b46a6320ca0341252b720b0609536b (patch) | |
tree | 7e65a6aa8d7dd4d0b2378ce8832156072510d045 /src/main/res/values | |
parent | 13fda37f57578846aff5fdd0ec3cb323fb234b29 (diff) |
changed design language to match BTBV proposal
* untrusted messages have red background
* unverified messages have normal background and red lock
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 efd8bcc26..316d35d64 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -721,4 +721,5 @@ <string name="blindly_trusted_omemo_keys">Blindly trusted OMEMO keys</string> <string name="pref_blind_trust_before_verification">Blind Trust Before Verification</string> <string name="pref_blind_trust_before_verification_summary">Automatically trust all new devices from contacts that haven’t been verified before.</string> + <string name="not_trusted">Untrusted</string> </resources> |