From 548a50158f7d237de4c61ba19d8e5c858fab345c Mon Sep 17 00:00:00 2001 From: "mschroeder%mozilla.x-home.org" Date: Wed, 30 Apr 2008 23:26:52 +0000 Subject: [PATCH] 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 --- .../lightning/components/lightningTextCalendarConverter.js | 2 +- .../locales/en-US/chrome/lightning/lightning.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/calendar/lightning/components/lightningTextCalendarConverter.js b/mozilla/calendar/lightning/components/lightningTextCalendarConverter.js index 7845faf058d..f6262a7c1f1 100644 --- a/mozilla/calendar/lightning/components/lightningTextCalendarConverter.js +++ b/mozilla/calendar/lightning/components/lightningTextCalendarConverter.js @@ -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)); } } diff --git a/mozilla/calendar/locales/en-US/chrome/lightning/lightning.properties b/mozilla/calendar/locales/en-US/chrome/lightning/lightning.properties index 845a5565676..54f49004e4f 100644 --- a/mozilla/calendar/locales/en-US/chrome/lightning/lightning.properties +++ b/mozilla/calendar/locales/en-US/chrome/lightning/lightning.properties @@ -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