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: All changes Created July 25, 2013, 2:02 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
« no previous file with comments | « no previous file | src/engine/main.cpp » ('j') | src/engine/main.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
@@ -27,7 +27,7 @@
function initLanguageSettings()
{
- setElementText("title", "settings-heading");
+ setElementText("title", "settings-title");
setElementText("localeLanguageLabel", "settings-language-label");
setElementText("localeLanguageDescription", "settings-language-description");
« no previous file with comments | « no previous file | src/engine/main.cpp » ('j') | src/engine/main.cpp » ('J')

Powered by Google App Engine
This is Rietveld