Mark quarantine related strings as not translatable.
Bug: 297934650
Test: n/a
Change-Id: I050aa992a71838124b8cc331792d181e523a96ab
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 95d539a..3d05af3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -12460,8 +12460,8 @@
<!-- Developer settings: select Grammatical gender dialog title [CHAR LIMIT=50]-->
<string name="grammatical_gender_dialog_title">Select Grammatical gender</string>
- <!-- Developer settings: Title for the screen allowing user to control Quarantined apps [CHAR LIMIT=50] -->
- <string name="quarantined_apps_title">Quarantined Apps</string>
- <!-- Developer settings: Button to unquarantine an app [CHAR LIMIT=20] -->
- <string name="unquarantine_app_button">Unquarantine app</string>
+ <!-- Do not translate. Developer settings: Title for the screen allowing user to control Quarantined apps [CHAR LIMIT=50] -->
+ <string name="quarantined_apps_title" translatable="false">Quarantined Apps</string>
+ <!-- Do not translate. Developer settings: Button to unquarantine an app [CHAR LIMIT=20] -->
+ <string name="unquarantine_app_button" translatable="false">Unquarantine app</string>
</resources>