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

Unified Diff: chrome/app/generated_resources.grd

Issue 9688002: [protector] Added SessionStartupChange for representing changes in SessionStartupPref. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments. Created 8 years, 9 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/session_startup_pref.h » ('j') | no next file with comments »
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 a6367a0f62f9702dd589731043fbc1550ab59737..db9296792cb64b12c5fa0778c13c64c9258f25e9 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1245,9 +1245,6 @@ are declared in build/common.gypi.
<message name="IDS_HOMEPAGE_CHANGE_BUBBLE_MESSAGE" desc="The text of the home page change notification.">
Arrr! Something tried to commandeer your home page!
</message>
- <message name="IDS_HOMEPAGE_CHANGE_BUBBLE_NO_BACKUP_MESSAGE" desc="The text of the home page change notification when the previous setting is lost.">
- Arrr! Something tried to commandeer your home page! We weren't sure what to do, so we set it to the New Tab page.
- </message>
<message name="IDS_KEEP_HOMEPAGE" desc="The title of the button that confirms staying with the previous home page setting.">
Keep using <ph name="PREV_HOMEPAGE">$1<ex>My Awesome Blog</ex></ph>
</message>
@@ -1261,6 +1258,34 @@ are declared in build/common.gypi.
Select home page...
</message>
+ <message name="IDS_STARTUP_SETTINGS_CHANGE_TITLE" desc="The title of the bubble and the wrench menu item with a startup settings change notification.">
+ Attempted startup settings change
+ </message>
+ <message name="IDS_STARTUP_SETTINGS_CHANGE_BUBBLE_MESSAGE" desc="The text of the startup settings change notification.">
+ Arrr! Something tried to commandeer your startup settings!
+ </message>
+ <message name="IDS_KEEP_STARTUP_SETTINGS_RESTORE" desc="The title of the button that confirms staying with the previous startup settings to restore the session.">
+ Keep restoring open pages
+ </message>
+ <message name="IDS_KEEP_STARTUP_SETTINGS_NTP" desc="The title of the button that confirms staying with the previous startup settings to open the NTP.">
+ Keep opening the New Tab Page
+ </message>
+ <message name="IDS_KEEP_STARTUP_SETTINGS_URLS" desc="The title of the button that confirms staying with the previous startup settings to open a specific page.">
+ Keep opening <ph name="DOMAIN">$1<ex>google.com</ex></ph>
+ </message>
+ <message name="IDS_CHANGE_STARTUP_SETTINGS_RESTORE" desc="The title of the button that accepts new startup settings to restore the session.">
+ Change to restoring open pages
+ </message>
+ <message name="IDS_CHANGE_STARTUP_SETTINGS_NTP" desc="The title of the button that accepts new startup settings to open the NTP.">
+ Change to opening the New Tab Page
+ </message>
+ <message name="IDS_CHANGE_STARTUP_SETTINGS_URLS" desc="The title of the button that accepts new startup settings to open a specific page.">
+ Change to opening <ph name="URL">$1<ex>google.com</ex></ph>
+ </message>
+ <message name="IDS_SELECT_STARTUP_SETTINGS" desc="The title of the button that opens a settings page, allowing user to select the startup settings to use.">
+ Select startup settings...
+ </message>
+
<message name="IDS_KEEP_SETTING" desc="The title of the button that confirms staying with the previous setting.">
Keep existing setting
</message>
« no previous file with comments | « no previous file | chrome/browser/prefs/session_startup_pref.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698