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

Unified Diff: chrome/browser/resources/options2/spelling_confirm_overlay.js

Issue 10391044: retry 136193 - convert localStrings to loadTimeData for options page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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:
View side-by-side diff with in-line comments
Download patch
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'));
« no previous file with comments | « chrome/browser/resources/options2/session_restore_overlay.js ('k') | chrome/browser/resources/options2/startup_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698