Commit 2c2aea37 authored by Fabio Tirelo's avatar Fabio Tirelo Committed by Commit Bot

Remove subtitle from Clean up computer trigger

With the introduction of the 3p removal trigger, the concern is that
subtitles make the card too heavy, so we are simply removing them.

I will also send a follow-up CL to remove subtitle from the
"Reset settings" trigger. Not sending here, because I want to add other
people on that change for discussion.

Bug: 816666
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Iae7c588c72f109e676212ceaf858177b21b22f5d
Reviewed-on: https://chromium-review.googlesource.com/938623
Commit-Queue: Fabio Tirelo <ftirelo@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#539446}
parent 84bf0a62
...@@ -2268,9 +2268,6 @@ ...@@ -2268,9 +2268,6 @@
<message name="IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER" desc="Title for an item in the 'Reset and clean up' section of Chrome Settings. 'Clean up' refers to cleaning up harmful software on the user's computer. Imperative."> <message name="IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER" desc="Title for an item in the 'Reset and clean up' section of Chrome Settings. 'Clean up' refers to cleaning up harmful software on the user's computer. Imperative.">
Clean up computer Clean up computer
</message> </message>
<message name="IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER_DESCRIPTION" desc="Description of an item in Chrome Settings. Imperative.">
Find and remove harmful software
</message>
</if> </if>
<!-- Factory Reset / Powerwash --> <!-- Factory Reset / Powerwash -->
......
...@@ -64,12 +64,7 @@ ...@@ -64,12 +64,7 @@
<template is="dom-if" if="[[userInitiatedCleanupsEnabled_]]" restamp> <template is="dom-if" if="[[userInitiatedCleanupsEnabled_]]" restamp>
<div class="settings-box two-line" id="chromeCleanupSubpageTrigger" <div class="settings-box two-line" id="chromeCleanupSubpageTrigger"
on-click="onChromeCleanupTap_" actionable> on-click="onChromeCleanupTap_" actionable>
<div class="start"> <div class="start">$i18n{resetCleanupComputerTrigger}</div>
$i18n{resetCleanupComputerTrigger}
<div class="secondary" id="chromeCleanupSecondary">
$i18n{resetCleanupComputerTriggerDescription}
</div>
</div>
<button id="chromeCleanupArrow" is="paper-icon-button-light" <button id="chromeCleanupArrow" is="paper-icon-button-light"
class="subpage-arrow" class="subpage-arrow"
aria-label="$i18n{resetCleanupComputerTrigger}" aria-label="$i18n{resetCleanupComputerTrigger}"
......
...@@ -895,8 +895,6 @@ void AddResetStrings(content::WebUIDataSource* html_source) { ...@@ -895,8 +895,6 @@ void AddResetStrings(content::WebUIDataSource* html_source) {
#if defined(OS_WIN) && defined(GOOGLE_CHROME_BUILD) #if defined(OS_WIN) && defined(GOOGLE_CHROME_BUILD)
{"resetCleanupComputerTrigger", {"resetCleanupComputerTrigger",
IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER}, IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER},
{"resetCleanupComputerTriggerDescription",
IDS_SETTINGS_RESET_CLEAN_UP_COMPUTER_TRIGGER_DESCRIPTION},
#endif #endif
}; };
AddLocalizedStringsBulk(html_source, localized_strings, AddLocalizedStringsBulk(html_source, localized_strings,
......
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