From 6797a6b9b0671b987112892bacbe7f64ff8d0da1 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Tue, 14 Oct 2003 18:52:48 +0000 Subject: [PATCH] English fix rs=mostafah --- calendar/resources/content/calendarService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/resources/content/calendarService.js b/calendar/resources/content/calendarService.js index b73888096ebb..faff3580b689 100644 --- a/calendar/resources/content/calendarService.js +++ b/calendar/resources/content/calendarService.js @@ -75,7 +75,7 @@ function CLineService() CLineService.prototype.commandLineArgument = "-webcal"; CLineService.prototype.prefNameForStartup = "general.startup.webal"; CLineService.prototype.chromeUrlForTask="chrome://calendar/content"; -CLineService.prototype.helpText = "Start with an Calendar client"; +CLineService.prototype.helpText = "Start with a Calendar client"; CLineService.prototype.handlesArgs=false; CLineService.prototype.defaultArgs =""; CLineService.prototype.openWindowWithArgs=false;