Merge "Fix Hotspot condition string truncated"

This commit is contained in:
Fan Zhang
2019-03-07 21:53:05 +00:00
committed by Android (Google) Code Review
4 changed files with 90 additions and 9 deletions

View File

@@ -9207,10 +9207,7 @@
<string name="condition_expand_hide">Hide</string>
<!-- Title of condition that hotspot is on [CHAR LIMIT=30] -->
<string name="condition_hotspot_title">Hotspot</string>
<!-- Summary of condition that hotspot is on [CHAR LIMIT=NONE] -->
<string name="condition_hotspot_summary"><xliff:g name="ap_name" example="AndroidAP">%1$s</xliff:g> on</string>
<string name="condition_hotspot_title">Hotspot is active</string>
<!-- Title of condition that airplane mode is on [CHAR LIMIT=30] -->
<string name="condition_airplane_title">Airplane mode is on</string>