aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-11-24 21:53:43 +0100
committerChristian Schneppe <christian@pix-art.de>2016-11-24 21:53:43 +0100
commite75acffa61b46a6320ca0341252b720b0609536b (patch)
tree7e65a6aa8d7dd4d0b2378ce8832156072510d045 /src/main/res
parent13fda37f57578846aff5fdd0ec3cb323fb234b29 (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')
-rw-r--r--src/main/res/values/strings.xml1
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>