summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2021-06-09 14:39:52 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2021-06-09 20:41:11 +0200
commit4a34bc93cb65ba368e120bfa09908583e6d18691 (patch)
tree1bdd46c8b395b1f9da25cf98b00c4b71c2fd850f
parent983b7cbd0b5dc2c204d8a3a78c18406492cb27ce (diff)
trust: Fix case of details about vendor security patch
* Make it match every other string in this area. Change-Id: I6c338125a3cc1710fabca21433868900d7833d77
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a00d805..8cdb211 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -669,11 +669,11 @@
<string name="trust_feature_security_patches">Android security patches</string>
<string name="trust_feature_security_patches_value_base">Platform: %1$s\nVendor: %2$s</string>
<!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base -->
- <string name="trust_feature_security_patches_value_new">up to date</string>
+ <string name="trust_feature_security_patches_value_new">Up to date</string>
<!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base -->
- <string name="trust_feature_security_patches_value_medium">a few months out of date</string>
+ <string name="trust_feature_security_patches_value_medium">A few months out of date</string>
<!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base -->
- <string name="trust_feature_security_patches_value_old">out of date</string>
+ <string name="trust_feature_security_patches_value_old">Out of date</string>
<string name="trust_feature_security_patches_explain">Security patches are released monthly by Google in cooperation with SoC vendors to address flaws which could be exploited by malicious apps to bypass security restrictions and cause permanent damage to your device. Patches made available by Google are applied every month on all supported devices, but patches to proprietary code can only be applied by your device\'s manufacturer. To keep your device safe make sure your LineageOS build is always up-to-date, and (if applicable) ensure your vendor image is updated to the latest one recommended by LineageOS.</string>
<string name="trust_feature_encryption">Encryption</string>
<string name="trust_feature_encryption_value_enabled">Enabled</string>