Tweak wording.
authorJan <jan@horde.org>
Mon, 21 Jun 2010 15:55:40 +0000 (16:55 +0100)
committerJan Schneider <jan@horde.org>
Mon, 21 Jun 2010 16:00:19 +0000 (18:00 +0200)
kronolith/templates/index/edit.inc

index b948265..50178c5 100644 (file)
     '<label><input type="radio" name="recur_monthly_scheme" value="' . Horde_Date_Recurrence::RECUR_MONTHLY_WEEKDAY . '" />', '</label>') ?>
   </div>
   <div id="kronolithEventRepeatYearly" style="display:none">
-    <?php printf(_("Repeat %s every year %s or %s every %s years %s on the same %s date of the year %s day of the year %s month and weekday %s"),
+    <?php printf(_("Repeat %s every year %s or %s every %s years %s on the same %s date %s day of the year %s month and weekday %s"),
     '<label><input type="radio" name="recur_yearly" value="1" checked="checked" />', '</label>',
     '<label><input type="radio" name="recur_yearly" value="0" />', '</label>
     <label><input type="text" size="3" name="recur_yearly_interval" value="" class="kronolithEventValue" />', '</label>',
     <label><input type="radio" name="recur_yearly_scheme" value="' . Horde_Date_Recurrence::RECUR_YEARLY_WEEKDAY . '" />', '</label>') ?>
   </div>
   <div id="kronolithEventRepeatLength" style="display:none">
-    <?php printf(_("Stop %s never%s, %s at %s or %s after %s recurrences %s"),
+    <?php printf(_("Stop %s never%s, %s at %s or %s after %s recurrences %s"),
     '<label><input type="radio" name="recur_end_type" value="none" checked="checked" />', '</label>',
     '<label><input type="radio" name="recur_end_type" value="date" />', '</label>
     <input type="text" name="recur_end_date" id="kronolithEventRecurDate" size="10" /> '