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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user