ws
authorJan Schneider <jan@horde.org>
Thu, 19 Mar 2009 09:53:37 +0000 (10:53 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Mar 2009 18:27:56 +0000 (19:27 +0100)
kronolith/templates/calendar_info.php

index 2ab5ddb..d6fc3ef 100644 (file)
 <?php endif; ?>
 <p>
  <?php printf(_("Local calendar owned by %s."), Kronolith::getUserName($calendar->get('owner'))) ?>
- <?php echo _("To subscribe to this calendar from another calendar program, use this URL: ") ?>
+ <?php echo _("To subscribe to this calendar from another calendar program, use this URL:") ?>
 </p>
 <p class="calendar-info-url">
  <?php echo htmlspecialchars($subscribe_url) ?>
 </p>
 <p>
- <?php echo _("To subscribe to this calendar from a feed reader, use this URL: ") ?>
+ <?php echo _("To subscribe to this calendar from a feed reader, use this URL:") ?>
 </p>
 <p class="calendar-info-url">
  <?php echo htmlspecialchars(Kronolith::feedUrl($calendar->getName())) ?>
 </p>
 
 <p>
- <?php echo _("To embed this calendar in another website, use this code: ") ?>
+ <?php echo _("To embed this calendar in another website, use this code:") ?>
 </p>
 <p class="calendar-info-url">
 <?php echo htmlspecialchars(Kronolith::embedCode($calendar->getName())); ?>