Increasing char limit to 67 per linguists' request.

Test: make RunSettingsRoboTests ROBOTEST_FILTER=development
BUG: 126266234
Change-Id: Ia169343355a73c3493407c51dc728c868dfdf565
This commit is contained in:
Alex Buynytskyy
2019-03-04 13:01:55 -08:00
parent f9df7394ca
commit ae0dd95ab6

View File

@@ -1859,7 +1859,7 @@
<!-- This string asks the user whether or not to allow an app to disable WiFi. [CHAR LIMIT=NONE] --> <!-- 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> <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> <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] --> <!-- 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> <string name="art_verifier_for_debuggable_summary">Allow ART to verify bytecode for debuggable apps</string>