[horde] typo in -HEAD lib/MIME/Viewer/icalendar.php
Rong-en Fan
rafan at csie.org
Tue Jul 29 06:08:03 PDT 2003
On Mon, Jul 28, 2003 at 07:12:27PM +1200, Mike Cochrane wrote:
> > ----- Message from rafan at csie.org ---------
> > Hi,
> >
> > attached with a patch to fix typo in this file :)
> >
> > regards,
> > rafan
>
> Commited, thanks.
>
Hi, there are others typo :)
rafan
-------------- next part --------------
--- horde.orig/lib/MIME/Viewer/icalendar.php Mon Feb 17 04:49:07 2003
+++ horde/lib/MIME/Viewer/icalendar.php Tue Jul 29 21:05:33 2003
@@ -270,7 +270,7 @@
if (!empty($replyto) && ($replyto != $barefrom)) {
$msg_headers->addHeader('Reply-to', $replyto);
}
- $msg_headers->addHeader('Subject', _("Free/Busy Request Responce"));
+ $msg_headers->addHeader('Subject', _("Free/Busy Request Response"));
$msg_headers->addMIMEHeaders($mime);
// Send the reply
@@ -340,7 +340,7 @@
if (!empty($replyto) && ($replyto != $barefrom)) {
$msg_headers->addHeader('Reply-to', $replyto);
}
- $msg_headers->addHeader('Subject', _("Free/Busy Request Responce"));
+ $msg_headers->addHeader('Subject', _("Free/Busy Request Response"));
$msg_headers->addMIMEHeaders($mime);
// Send the reply
@@ -614,7 +614,7 @@
}
}
- $status = _("Awaiting Responce");
+ $status = _("Awaiting Response");
if (array_key_exists('PARTSTAT', $params[$key])) {
$status = $this->_partstatToString($params[$key]['PARTSTAT'], $status);
}
--- horde.orig/lib/MIME/Viewer/icalendar.php Mon Feb 17 04:49:07 2003
+++ horde/lib/MIME/Viewer/icalendar.php Tue Jul 29 21:05:33 2003
@@ -270,7 +270,7 @@
if (!empty($replyto) && ($replyto != $barefrom)) {
$msg_headers->addHeader('Reply-to', $replyto);
}
- $msg_headers->addHeader('Subject', _("Free/Busy Request Responce"));
+ $msg_headers->addHeader('Subject', _("Free/Busy Request Response"));
$msg_headers->addMIMEHeaders($mime);
// Send the reply
@@ -340,7 +340,7 @@
if (!empty($replyto) && ($replyto != $barefrom)) {
$msg_headers->addHeader('Reply-to', $replyto);
}
- $msg_headers->addHeader('Subject', _("Free/Busy Request Responce"));
+ $msg_headers->addHeader('Subject', _("Free/Busy Request Response"));
$msg_headers->addMIMEHeaders($mime);
// Send the reply
@@ -614,7 +614,7 @@
}
}
- $status = _("Awaiting Responce");
+ $status = _("Awaiting Response");
if (array_key_exists('PARTSTAT', $params[$key])) {
$status = $this->_partstatToString($params[$key]['PARTSTAT'], $status);
}
More information about the horde
mailing list