diff options
| author | 2024-11-12 23:56:19 +0900 | |
|---|---|---|
| committer | 2024-11-12 23:56:19 +0900 | |
| commit | 433065542835aa33055811fc22ff26f9070fe8bc (patch) | |
| tree | 44bbb0479beab52d473b10e958178edbd7527f9c | |
| parent | 8f4a29b41cfacb7600245c0927ce09a8f5961951 (diff) | |
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
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index dd6545b24c07..06d451f6f8ab 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -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] --> |