| Index: chrome/browser/resources/options2/startup_overlay.js
|
| ===================================================================
|
| --- chrome/browser/resources/options2/startup_overlay.js (revision 120681)
|
| +++ chrome/browser/resources/options2/startup_overlay.js (working copy)
|
| @@ -14,9 +14,11 @@
|
| * @class
|
| */
|
| function StartupOverlay() {
|
| - SettingsDialog.call(this, 'startup', templateData.startupPagesDialogTitle,
|
| - 'startup-overlay',
|
| - $('startup-overlay-confirm'), $('startup-overlay-cancel'));
|
| + SettingsDialog.call(this, 'startup',
|
| + templateData.startupPagesOverlayTabTitle,
|
| + 'startup-overlay',
|
| + $('startup-overlay-confirm'),
|
| + $('startup-overlay-cancel'));
|
| };
|
|
|
| cr.addSingletonGetter(StartupOverlay);
|
|
|