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

Commit 43306554 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Add explicit experimental marker for Linux terminal

'(Experimental)' is added to the summary from the developer option due
to the char limit of title.

Also relaxed char limits for summary and disclaimers.

Bug: 378621891
Test: T/H
Change-Id: Idd7c7a881689df81649cad4ecee86c211c8c7c0b
parent 8f4a29b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -821,9 +821,9 @@

    <!-- Title of checkbox setting that enables the Linux terminal app. [CHAR LIMIT=32] -->
    <string name="enable_linux_terminal_title">Linux development environment</string>
    <!-- Summary of checkbox setting that enables the Linux terminal app. [CHAR LIMIT=64] -->
    <string name="enable_linux_terminal_summary">Run Linux terminal on Android</string>
    <!-- Disclaimer below the checkbox that disabling the Linux terminal app would clear its data. [CHAR LIMIT=64] -->
    <!-- Summary of checkbox setting that enables the Linux terminal app. [CHAR LIMIT=none] -->
    <string name="enable_linux_terminal_summary">(Experimental) Run Linux terminal on Android</string>
    <!-- Disclaimer below the checkbox that disabling the Linux terminal app would clear its data. [CHAR LIMIT=none] -->
    <string name="disable_linux_terminal_disclaimer">If you disable, Linux terminal data will be cleared</string>

    <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->