X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar.c;h=b919f001a5c6595de4c7de430e18ac206bd4956f;hb=fb6f6fa4ec4e3277e30d84326d48e6850822d318;hp=84b55b09f33a5bd34176b5950538f7fcc762fdab;hpb=ff209ccbc11da5dd7870761a2bf9b0ff615644e0;p=citadel.git diff --git a/webcit/calendar.c b/webcit/calendar.c index 84b55b09f..b919f001a 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -5,17 +5,11 @@ * * This program is open source software. You can redistribute it and/or * modify it under the terms of the GNU General Public License, version 3. - * - * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * - * - * - * */ #include "webcit.h" @@ -376,9 +370,9 @@ void handle_rsvp(void) if (buf[0] == '2') { wc_printf(""); if (!strcasecmp(bstr("sc"), "update")) { - /* Translators: RSVP aka Répondez s'il-vous-plaît Is the term - that the recipient of an ical-invitation should please - answer this request. */ + /// Translators: RSVP aka Répondez s'il-vous-plaît Is the term + /// that the recipient of an ical-invitation should please + /// answer this request. wc_printf(_("Your calendar has been updated to reflect this RSVP.")); } else if (!strcasecmp(bstr("sc"), "ignore")) { wc_printf(_("You have chosen to ignore this RSVP. "