Commit 3e3c85f5 authored by Jana Grill's avatar Jana Grill Committed by Commit Bot

Add string for the LTS build

Add a text to be displayed in Chrome OS settings to tell the user that
they are currently on the LTS channel.

This CL only adds the new string without implementing its usage in order
to have it translated ASAP. The actual usage of the new string will be
added with https://crrev.com/c/2355925.

Bug: 1105495
Change-Id: I055f1bff4aeb5aef2e75a3f0f6bec089c3a6abaf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323292
Commit-Queue: Jana Grill <janagrill@chromium.org>
Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
Reviewed-by: default avatarAchuith Bhandarkar <achuith@chromium.org>
Reviewed-by: default avatarVictor-Gabriel Savu <vsavu@google.com>
Cr-Commit-Position: refs/heads/master@{#799121}
parent 5a553232
......@@ -123,7 +123,7 @@
<message name="IDS_SETTINGS_ABOUT_PAGE_UPDATE_WARNING_TITLE" desc="The title of the warning about update over mobile data.">
Download update using mobile data
</message>
<message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel.">
<message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel.">
beta
</message>
<message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_CANARY" desc="The canary label in the message about current channel.">
......@@ -138,6 +138,9 @@
<message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stable label in the message about current channel.">
stable
</message>
<message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE_TT" desc="The stable (trusted tester) label in the message about current channel.">
stable (trusted tester)
</message>
<message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button label to check for updates and apply (download and install) if found">
Check for updates
</message>
......
5b752193cea0bfbf9256a2e238f92f9569e4f6ff
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment