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

Commit adca4691 authored by Florian Mayer's avatar Florian Mayer
Browse files

Remove periods from description strings

This is for consistency with the rest of the Developer options

Change-Id: I1450b67edcb2ca927e9b551400dba1e2efb2749d
parent 2a1f7cb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10486,8 +10486,8 @@
    <!-- Title for the button to reboot with MTE enabled. [CHAR LIMIT=NONE] -->
    <string name="reboot_with_mte_title">Reboot with MTE</string>
    <string name="reboot_with_mte_message">System will reboot and allow to experiment with Memory Tagging Extension (MTE). MTE may negatively impact system performance and stability. Will be reset on next subsequent reboot.</string>
    <string name="reboot_with_mte_summary">Try MTE for a single boot for app development.</string>
    <string name="reboot_with_mte_already_enabled">MTE is enabled through Advanced memory protection.</string>
    <string name="reboot_with_mte_summary">Try MTE for a single boot for app development</string>
    <string name="reboot_with_mte_already_enabled">MTE is enabled through Advanced memory protection</string>
    <!-- Toast that is shown when the user initiates capturing a heap dump for the system server. [CHAR LIMIT=NONE] -->
    <string name="capturing_system_heap_dump_message">Capturing system heap dump</string>
    <!-- Toast that is shown if there's an error capturing the user initiated heap dump. [CHAR LIMIT=NONE] -->