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

This commit is contained in:
mschroeder%mozilla.x-home.org 2008-04-30 23:26:29 +00:00
Родитель fb6c03480c
Коммит f5e12d85f4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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