[horde] typo in -HEAD lib/MIME/Viewer/icalendar.php
Rong-en Fan
rafan at csie.org
Sun Jul 27 22:40:05 PDT 2003
Hi,
attached with a patch to fix typo in this file :)
regards,
rafan
-------------- next part --------------
--- horde.orig/lib/MIME/Viewer/icalendar.php Mon Feb 17 04:49:07 2003
+++ horde/lib/MIME/Viewer/icalendar.php Mon Jul 28 13:37:55 2003
@@ -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