Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: chrome/app/chromium_strings.grd

Issue 2880603002: Strings for new Chrome Cleanup prompt and Web UI (Closed)
Patch Set: Strings reviewed by UX Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 76ebfc5f41705e134438bb41c4524c70d6d4044e..2a2d1b5f0bf83f539919720717d874285ad195d5 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -771,6 +771,16 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</message>
</if>
+ <!-- Chrome Cleanup prompt and web UI -->
+ <if expr="is_win">
+ <message name="IDS_CHROME_CLEANUP_PROMPT_EXPLANATION" desc="Description in the Chrome Cleanup dialog that Chrome browser shows when unwanted software, like ad injectors or software that changes the user's settings without their knowledge, is found on the user's computer. Appears under the title asking 'Remove harmful software?' Actor is Chrome; we are asking, Do you want Chrome to remove harmful software? 'it' is harmful software. User has the option of clicking 'Remove' to proceed with a cleanup, or 'Details' to see more details. ">
+ Chromium found harmful software on your computer. Chromium can remove it and restore your settings to make your browser work normally again.
alito 2017/05/11 23:22:12 Is it possible that if we have two separate entrie
ftirelo 2017/05/12 14:09:06 Added a note saying that preferably translations s
+ </message>
+ <message name="IDS_CHROME_CLEANUP_WEBUI_EXPLANATION" desc="Description in the Chrome Cleanup dialog that Chrome browser shows when unwanted software, like ad injectors or software that changes the user's settings without their knowledge, is found on the user's computer. Appears under the title asking 'Remove harmful software?' Actor is Chrome; we are asking, Do you want Chrome to remove harmful software? 'it' is harmful software. User has the option of clicking 'Remove' to proceed with a cleanup, or 'Details' to see more details. ">
alito 2017/05/11 23:22:12 The description for this second string still refer
alito 2017/05/11 23:22:12 tiny nit: remove space after the final period in t
ftirelo 2017/05/12 14:09:06 Good catch! Thanks.
ftirelo 2017/05/12 14:09:06 Done.
+ Chromium found harmful software on your computer. Chromium can remove it and restore your settings to make your browser work normally again.
+ </message>
+ </if>
+
<!-- Sync/sign-in error messages -->
<if expr="not chromeos">
<message name="IDS_SYNC_PASSPHRASE_ERROR_BUBBLE_VIEW_MESSAGE" desc="Message in the sync error bubble view when the user needs to update their sync passphrase.">
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698