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

Commit 9043e46f authored by Michael Bestas's avatar Michael Bestas
Browse files

Fix translatability of modified ADB strings

Change-Id: If16467496ff2d44c3f75574d4bfbb117d6d12692
parent 2622e3cd
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1249,4 +1249,9 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
    <string name="show_dev_on_cm">You have enabled development settings!</string>
    <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
    <string name="show_dev_already_cm">No need, you have already enabled development settings.</string>

    <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
    <string name="enable_adb_cm">Android debugging</string>
    <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
    <string name="enable_adb_summary_cm">Enable the Android Debug Bridge (adb) interface</string>
</resources>
+3 −3
Original line number Diff line number Diff line
@@ -3160,9 +3160,9 @@
    <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
    <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
    <string name="development_settings_not_available">Developer options are not available for this user</string>
    <string name="enable_adb">Android debugging</string>
    <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
    <string name="enable_adb_summary">Allow Android debug mode, the adb interface on USB (or on network)</string>
    <string name="enable_adb">USB debugging</string>
    <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
    <string name="enable_adb_summary">Debug mode when USB is connected</string>
    <!-- Setting title to revoke secure USB debugging authorizations -->
    <string name="clear_adb_keys">Revoke USB debugging authorizations</string>
    <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
+2 −2
Original line number Diff line number Diff line
@@ -93,8 +93,8 @@

        <CheckBoxPreference
            android:key="enable_adb"
            android:title="@string/enable_adb"
            android:summary="@string/enable_adb_summary"/>
            android:title="@string/enable_adb_cm"
            android:summary="@string/enable_adb_summary_cm"/>

        <CheckBoxPreference
            android:key="adb_notify"