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

Commit 4ff87977 authored by dakinola's avatar dakinola
Browse files

Update Non-Resizable Snap Resize toast string

Changing the toast message for when attempting to snap resize/tile a non resizable app in desktop windowing from "This app can't be resized" to "App can't be moved here" due to the introduction of scaled resizing which allows non-resizable apps to be resized.

Bug: 354658237
Test: manually built
Flag: EXEMPT refactor only
Change-Id: I6292e00ea6540a6579664b0c597527f95a950b48
parent a0811c0e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -307,12 +307,11 @@
    <!-- Maximize menu snap buttons string. -->
    <string name="desktop_mode_maximize_menu_snap_text">Snap Screen</string>
    <!-- Snap resizing non-resizable string. -->
    <string name="desktop_mode_non_resizable_snap_text">This app can\'t be resized</string>
    <string name="desktop_mode_non_resizable_snap_text">App can\'t be moved here</string>
    <!-- Accessibility text for the Maximize Menu's maximize button [CHAR LIMIT=NONE] -->
    <string name="desktop_mode_maximize_menu_maximize_button_text">Maximize</string>
    <!-- Accessibility text for the Maximize Menu's snap left button [CHAR LIMIT=NONE] -->
    <string name="desktop_mode_maximize_menu_snap_left_button_text">Snap left</string>
    <!-- Accessibility text for the Maximize Menu's snap right button [CHAR LIMIT=NONE] -->
    <string name="desktop_mode_maximize_menu_snap_right_button_text">Snap right</string>

</resources>