summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Sally Yuen <sallyyuen@google.com> 2020-10-20 21:45:18 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-10-20 21:45:18 +0000
commitfa47d246b0b58b7f72d59cd8d251bf5aed797aec (patch)
tree9b5a07dc344946832b618922ad9a599f6c12efe4
parente89674f9d8edeac2bc546dc292d3303655e376b3 (diff)
parentd4be6fdd46bd6c84aad7e60c02f0df3da1fd5acb (diff)
Merge "make RBC string non-translatable"
-rw-r--r--core/res/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 645bae728c02..c2120de74d01 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4494,8 +4494,9 @@
shown in the warning dialog about the accessibility shortcut. -->
<string name="color_correction_feature_name">Color Correction</string>
+ <!-- TODO(b/170970602): remove translatable=false when RBC has official name and strings -->
<!-- Title of Reduce Bright Colors feature, shown in the warning dialog about the accessibility shortcut. [CHAR LIMIT=none] -->
- <string name="reduce_bright_colors_feature_name">Reduce Bright Colors</string>
+ <string name="reduce_bright_colors_feature_name" translatable="false">Reduce Bright Colors</string>
<!-- Text in toast to alert the user that the accessibility shortcut turned on an accessibility service. [CHAR LIMIT=none] -->
<string name="accessibility_shortcut_enabling_service">Held volume keys. <xliff:g id="service_name" example="TalkBack">%1$s</xliff:g> turned on.</string>