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

Commit f3d31112 authored by Nicolò Mazzucato's avatar Nicolò Mazzucato Committed by Android (Google) Code Review
Browse files

Merge "Change strings in display mirroring confirmation dialog" into main

parents a30053be 458a22b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@
            style="@style/Widget.Dialog.Button.BorderButton"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/cancel" />
            android:text="@string/dismiss_dialog" />

        <Space
            android:layout_width="0dp"
@@ -64,6 +64,6 @@
            style="@style/Widget.Dialog.Button"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="@string/enable_display" />
            android:text="@string/mirror_display" />
    </LinearLayout>
</LinearLayout>
 No newline at end of file
+3 −2
Original line number Diff line number Diff line
@@ -3214,9 +3214,10 @@

    <!--- Title of the dialog appearing when an external display is connected, asking whether to start mirroring [CHAR LIMIT=NONE]-->
    <string name="connected_display_dialog_start_mirroring">Mirror to external display?</string>

    <!--- Label of the "enable display" button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]-->
    <string name="enable_display">Enable display</string>
    <string name="mirror_display">Mirror display</string>
    <!--- Label of the dismiss button of the dialog appearing when an external display is connected [CHAR LIMIT=NONE]-->
    <string name="dismiss_dialog">Dismiss</string>

    <!-- Title of the privacy dialog, shown for active / recent app usage of some phone sensors [CHAR LIMIT=30] -->
    <string name="privacy_dialog_title">Microphone &amp; Camera</string>