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