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

Commit 477e3be4 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #1943927: need notification in status bar when adb is active

Just a string tweak.

Change-Id: I823445a2db80e6101ebb592a5cee05f369dd4d1d
parent bcbcaa7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1848,7 +1848,7 @@
    <!-- Title of notification shown when ADB is actively connected to the phone. -->
    <string name="adb_active_notification_title">USB debugging connected</string>
    <!-- Message of notification shown when ADB is actively connected to the phone. -->
    <string name="adb_active_notification_message">A computer is connected to your phone.</string>
    <string name="adb_active_notification_message">Select to disable USB debugging.</string>

    <!-- Used to replace %s in urls retreived from the signin server with locales.  For Some        -->
    <!-- devices we don't support all the locales we ship to and need to replace the '%s' with a    -->
@@ -1858,7 +1858,7 @@
    <string name="locale_replacement">""</string>

    <!-- Title of the pop-up dialog in which the user switches input method components. -->
    <string name="select_input_method">Select Input Method</string>
    <string name="select_input_method">Select input method</string>

    <string name="fast_scroll_alphabet">\u0020ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>
    <string name="fast_scroll_numeric_alphabet">\u00200123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ</string>