Bug 414932 - Change string name imipHtml.Comment to imipHtml.comment. patch=mschroeder r=sipaq

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@251008 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mschroeder%mozilla.x-home.org
2008-04-30 23:26:52 +00:00
parent 2ea9cad127
commit 548a50158f
2 changed files with 2 additions and 2 deletions

View File

@@ -137,7 +137,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));
}
}

View File

@@ -53,7 +53,7 @@ imipHtml.location=Location:
imipHtml.when=When:
imipHtml.organizer=Organizer:
imipHtml.description=Description:
imipHtml.Comment=Comment:
imipHtml.comment=Comment:
imipAddToCalendar.label=Add To Calendar
imipAddedItemToCal=Event Added to Calendar