diff options
| author | 2020-04-30 19:46:40 +0800 | |
|---|---|---|
| committer | 2020-04-30 11:52:52 +0000 | |
| commit | 3390a59beb44b7c619bc60cb56b7ce604f70626b (patch) | |
| tree | 4918b7869c77e080162756a25c650bfd67247b61 | |
| parent | 6b6cf16740bbf92487b421e3a244d9b95d80f510 (diff) | |
Refine the text limit of status for shortcut menu item.
Root cause: Avoid the abbreviation looks rather awkward under Slovenian language.
Next: Revise the char limits as 20.
Bug: 155214550
Test: manual test
Change-Id: If9075d0692063105dfa1cb2d72bc91b8a6897acc
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index c388f751e628..33dd81dca33e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4410,10 +4410,10 @@ shortcut enabled. [CHAR LIMIT=none] --> <string name="accessibility_shortcut_off">Don’t turn on</string> - <!-- Text for a feature status that is enabled. [CHAR LIMIT=10] --> + <!-- Text for a feature status that is enabled. [CHAR LIMIT=20] --> <string name="accessibility_shortcut_menu_item_status_on">ON</string> - <!-- Text for a feature status that is disabled. [CHAR LIMIT=10] --> + <!-- Text for a feature status that is disabled. [CHAR LIMIT=20] --> <string name="accessibility_shortcut_menu_item_status_off">OFF</string> <!-- Title for a warning about security implications of enabling an accessibility |