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

Unified Diff: chrome/app/generated_resources.grd

Issue 151003004: Add an automatic settings reset banner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pre-review cleanup. Created 6 years, 10 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_hash_store.h » ('j') | chrome/browser/prefs/pref_hash_store_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3712ea8af88ffb133d628ee47c77e1fc5c38960d..67267e0539851a2a7daa0253d739be43b913be27 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -10108,7 +10108,7 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_MANAGE_EXTENSIONS_SETTING_WINDOWS_TITLE" desc="Title that appears in the dialogue title bar for manage extensions settings">
Extensions
</message>
-
+
<!-- Font settings -->
<message name="IDS_FONT_LANGUAGE_SETTING_FONT_TAB_TITLE" desc="Title that appears in the Fonts and Encoding subpage">
Fonts and encoding
@@ -10427,6 +10427,14 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr
<message name="IDS_RESET_PROFILE_SETTINGS_PROCESSING_SHORTCUTS" desc="A placeholder for the actual shortcuts in the Reset Profile Settings dialog (shortcut refers to the desktop icon on windows)">
Processing shortcuts...
</message>
+
+ <!-- Automatic Settings Reset strings -->
+ <message name="IDS_AUTOMATIC_SETTINGS_RESET_BANNER_TEXT" desc="The text to show in a banner at the top of the chrome://settings page. The banner is displayed when Chrome detects that its settings have been tampered with and then resets them to factory defaults.">
+ Chrome detected that some of your browser settings were changed by another program and reset them to their original defaults.
+ </message>
+ <message name="IDS_AUTOMATIC_SETTINGS_RESET_LINK_LEARN_MORE" desc="The link to get more information about automatic profile resetting.">
+ Learn more
gab 2014/02/05 15:23:52 Isn't there a generic "Learn more" string already?
robertshield 2014/02/06 18:56:50 There is! Removed this one.
+ </message>
</if>
<!-- chrome://settings strings that are used by all platforms including Android -->
« no previous file with comments | « no previous file | chrome/browser/prefs/pref_hash_store.h » ('j') | chrome/browser/prefs/pref_hash_store_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698