summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabian Kozynski <kozynski@google.com> 2020-03-27 13:05:12 -0400
committer Fabian Kozynski <kozynski@google.com> 2020-03-27 13:05:12 -0400
commit2de4180f45c94b467183e75f1a6c6c31b6fb6cf7 (patch)
treefb7b55de29fb32705af78b2de33827a675b5a2d7
parent5cb264d9df806f3433d4065d8d9d7ac8c4e96269 (diff)
Increase string char limits
Test: no test Fixes: 151082675 Change-Id: I9d7c9359c6fe0fdc03c2b96aaae54bd0faabc5f1
-rw-r--r--packages/SystemUI/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml
index c8c35c704297..fc339e559744 100644
--- a/packages/SystemUI/res/values/strings.xml
+++ b/packages/SystemUI/res/values/strings.xml
@@ -2665,9 +2665,9 @@
<!-- Controls management controls screen header for Other zone [CHAR LIMIT=60] -->
<string name="controls_favorite_other_zone_header">Other</string>
- <!-- Controls dialog title [CHAR LIMIT=30] -->
+ <!-- Controls dialog title [CHAR LIMIT=40] -->
<string name="controls_dialog_title">Add to quick controls</string>
- <!-- Controls dialog add to favorites [CHAR LIMIT=30] -->
+ <!-- Controls dialog add to favorites [CHAR LIMIT=40] -->
<string name="controls_dialog_ok">Add to favorites</string>
<!-- Controls dialog message [CHAR LIMIT=NONE] -->
<string name="controls_dialog_message"><xliff:g id="app" example="System UI">%s</xliff:g> suggested this control to add to your favorites.</string>