diff options
| author | 2020-03-27 19:25:12 +0000 | |
|---|---|---|
| committer | 2020-03-27 19:25:12 +0000 | |
| commit | 6745b6c78bb0db0882dd0e889b50ffc29cd959f8 (patch) | |
| tree | 7791e87cde2789632051ceaed564ae10d8a71651 | |
| parent | 9dbc2b7ee4efebd59eee4611909bd70cacd9938f (diff) | |
| parent | 2de4180f45c94b467183e75f1a6c6c31b6fb6cf7 (diff) | |
Merge "Increase string char limits" into rvc-dev
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 8a3a16e9a6cf..b779130afc93 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2687,9 +2687,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> |