Bug 414897 - Correct capitalization of imipHtml.Comment . patch=sebo r=ssitter

git-svn-id: svn://10.0.0.236/trunk@244535 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mschroeder%mozilla.x-home.org
2008-01-30 20:13:41 +00:00
parent 27e86e3786
commit 4882c72793

View File

@@ -136,7 +136,7 @@ function createHtml(event)
var eventComment = event.getProperty("COMMENT");
if (eventComment) {
labelText = stringBundle.GetStringFromName("imipHtml.comment");
labelText = stringBundle.GetStringFromName("imipHtml.Comment");
html.body.table.appendChild(createHtmlTableSection(labelText,eventComment));
}
}