Increasing char limit to 67 per linguists' request.
Test: make RunSettingsRoboTests ROBOTEST_FILTER=development
BUG: 126266234
Change-Id: Ia169343355a73c3493407c51dc728c868dfdf565
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5ff2336..fd4b5f8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1859,7 +1859,7 @@
<!-- This string asks the user whether or not to allow an app to disable WiFi. [CHAR LIMIT=NONE] -->
<string name="wifi_ask_disable"><xliff:g id="requester" example="FancyApp">%s</xliff:g> wants to turn off Wi-Fi</string>
- <!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=40] -->
+ <!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=67] -->
<string name="art_verifier_for_debuggable_title">Verify bytecode of debuggable apps</string>
<!-- Debugging developer settings: Enable ART verifier for Debuggable Apps [CHAR LIMIT=NONE] -->
<string name="art_verifier_for_debuggable_summary">Allow ART to verify bytecode for debuggable apps</string>