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

Unified Diff: chrome/app/generated_resources.grd

Issue 246653003: Settings Overides -- warn user when extensions override their NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Polish Created 6 years, 8 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 5a7830bf2c9ac7911c6dbdf2aa5e24aa00aed7a2..c152b371b34540e944b0c9577478012efb49e2ae 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5258,6 +5258,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
Is this the search page you were expecting?
</message>
</if>
+ <if expr="use_titlecase">
+ <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" desc="In Title Case: Title of a bubble warning users that an extension has overridden their new tab page setting">
+ Is This the New Tab Page You Were Expecting?
+ </message>
+ </if>
+ <if expr="not use_titlecase">
+ <message name="IDS_EXTENSIONS_NTP_CONTROLLED_TITLE_HOME_PAGE_BUBBLE" desc="Title of a bubble warning users that an extension has overridden their new tab page setting">
+ Is this the new tab page you were expecting?
+ </message>
+ </if>
<message name="IDS_EXTENSIONS_SETTINGS_API_FIRST_LINE_SEARCH_ENGINE" desc="Text displayed in the Settings API bubble as first line when an extension has changed the search engine.">
An extension has changed what page is shown when you search from the Omnibox.
@@ -5276,6 +5286,10 @@ Keep your key file in a safe place. You will need it to create new versions of y
''' It also controls what page is shown when you click the Home button or search from the Omnibox. '''
</message>
+ <message name="IDS_EXTENSIONS_NTP_CONTROLLED_FIRST_LINE" desc="Text displayed in the Settings API bubble as first line when an extension has changed the new tab page.">
+ An extension has changed what page is shown when you open a new tab.
+ </message>
+
<message name="IDS_EXTENSIONS_SETTINGS_API_THIRD_LINE_CONFIRMATION" desc="Third line in the Settings API bubble, always appended after the first (and optional second) line to make one paragraph. See IDS_EXTENSIONS_SETTINGS_API_SECOND_LINE_SEARCH_ENGINE for reason for triple quotes.">
''' If you didn't want these changes, you can restore your previous settings.'''
</message>

Powered by Google App Engine
This is Rietveld 408576698