Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 020ca893 authored by mincheli's avatar mincheli
Browse files

Updates magnification prompt string

See Accessibility strings for S
b/182118401#comment1

Bug: 182118401
Test: manual test
Change-Id: Ic8a733a98a2dcaeccd8c05e2f60b9419435760f9
parent 31d065f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5873,9 +5873,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] -->
+1 −1
Original line number Diff line number Diff line
@@ -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] -->