зеркало из https://github.com/mozilla/pjs.git
Bug 414932 - Change string name imipHtml.Comment to imipHtml.comment. patch=mschroeder r=sipaq
This commit is contained in:
Родитель
fb6c03480c
Коммит
f5e12d85f4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче