| Index: chrome/browser/resources/options2/spelling_confirm_overlay.js
|
| diff --git a/chrome/browser/resources/options2/spelling_confirm_overlay.js b/chrome/browser/resources/options2/spelling_confirm_overlay.js
|
| index 8f22264135ddbe5385298c8763443f4eb4bc6b77..86e6598016d6440532e525f725edc3c1d650a187 100644
|
| --- a/chrome/browser/resources/options2/spelling_confirm_overlay.js
|
| +++ b/chrome/browser/resources/options2/spelling_confirm_overlay.js
|
| @@ -13,7 +13,7 @@ cr.define('options', function() {
|
| function SpellingConfirmOverlay() {
|
| SettingsDialog.call(this,
|
| 'spellingConfirm',
|
| - templateData.spellingConfirmTitle,
|
| + loadTimeData.getString('spellingConfirmTitle'),
|
| 'spelling-confirm-overlay',
|
| $('spelling-confirm-ok'),
|
| $('spelling-confirm-cancel'));
|
|
|