more recurring events editor tedium
[citadel.git] / webcit / event.c
index 0e853f75817d6ee16ff286fef70c8d5c877870a9..bb10286534fd4225a4747d6205cfa222b99108ba 100644 (file)
@@ -578,7 +578,8 @@ void display_edit_individual_event(icalcomponent *supplied_vevent, long msgnum,
                "%s onChange=\"RecurrenceShowHide();\">",
                ((which_rryeartype_is_preselected == 0) ? "checked" : "")
        );
-       wprintf("every (99) (Octobuary)<br />");                        /* FIXME */
+       wprintf(_("every "));
+       wprintf("<span id=\"ymday\">%s</span><br />", _("year on this date"));
 
        wprintf("<input type=\"radio\" name=\"rryeartype\" id=\"rrmonthtype_ywday\" "
                "%s onChange=\"RecurrenceShowHide();\">",