Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: html/static/js/IESettings.js

Issue 11043057: First run page triggering (Closed)
Patch Set: Injecting an object for localization Created July 20, 2013, 10:41 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: html/static/js/IESettings.js
===================================================================
--- a/html/static/js/IESettings.js
+++ b/html/static/js/IESettings.js
@@ -17,7 +17,7 @@
var el = document.getElementById(id);
if (el)
{
- var text = UserSettings().GetMessage(key);
+ var text = UserSettings().GetMessage("settings", key);
if (text)
{
el.innerText = text;
« no previous file with comments | « .hgsubstate ('k') | src/plugin/PluginTabBase.cpp » ('j') | src/plugin/PluginUserSettings.cpp » ('J')

Powered by Google App Engine
This is Rietveld