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

Commit 458a22b6 authored by Nicolo' Mazzucato's avatar Nicolo' Mazzucato
Browse files

Change strings in display mirroring confirmation dialog

Fix: 302285759
Test: MirroringConfirmationDialogScerenshotTest
Change-Id: I41263ed34d379b57804bc225f3603c1a42923ab8
parent 72dbcc03
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
@@ -3196,9 +3196,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>