diff options
| author | 2021-03-14 02:02:20 +0000 | |
|---|---|---|
| committer | 2021-03-14 02:02:20 +0000 | |
| commit | 69b41140f3e64485e2d6ca5b51b9165c40b65adb (patch) | |
| tree | 22330cdedf07c264c60ad4c35427effb890dc02a | |
| parent | 3faa46a11442854d66a00f5e4ef808d0556eda49 (diff) | |
| parent | 020ca893dccfadf1fb60a61bd34fa59a6c2407c9 (diff) | |
Merge "Updates magnification prompt string" into sc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 6 | ||||
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8d92c66764d7..930bb87de59d 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5884,9 +5884,9 @@ ul.</string> <!-- Window magnification prompt related string. --> <!-- Notification title to prompt the user that new magnification feature is available. [CHAR LIMIT=50] --> - <string name="window_magnification_prompt_title">New: Window Magnifier</string> - <!-- Notification content to prompt the user that new magnification feature is available. [CHAR LIMIT=50] --> - <string name="window_magnification_prompt_content">You can now magnify some or all of your screen</string> + <string name="window_magnification_prompt_title">Magnify part of your screen</string> + <!-- Notification content to prompt the user that new magnification feature is available. [CHAR LIMIT=NONE] --> + <string name="window_magnification_prompt_content">You can now magnify your full screen, a specific area, or switch between both options.</string> <!-- Notification action to bring the user to magnification settings page. [CHAR LIMIT=50] --> <string name="turn_on_magnification_settings_action">Turn on in Settings</string> <!-- Notification action to dismiss. [CHAR LIMIT=50] --> diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 6207449d63e6..70be7c67ad0d 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2651,7 +2651,7 @@ <!-- Content description for magnification mode switch. [CHAR LIMIT=NONE] --> <string name="magnification_mode_switch_description">Magnification switch</string> <!-- A11y state description for magnification mode switch that device is in full-screen mode. [CHAR LIMIT=NONE] --> - <string name="magnification_mode_switch_state_full_screen">Magnify entire screen</string> + <string name="magnification_mode_switch_state_full_screen">Magnify full screen</string> <!-- A11y state description for magnification mode switch that device is in window mode. [CHAR LIMIT=NONE] --> <string name="magnification_mode_switch_state_window">Magnify part of screen</string> <!-- Click action label for magnification switch. [CHAR LIMIT=NONE] --> |