From df8dc18d0259afe40d31ceaa18131f7b8ad438f4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 4 Jan 2009 23:06:32 +0000 Subject: ** Fixes bug #566566 2008-01-04 Matthew Barnes ** Fixes bug #566566 * calendar/gui/e-itip-control.c (insert_rsvp): Mark "RSVP" for translation. svn path=/trunk/; revision=36985 --- calendar/gui/e-itip-control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 5cafb4a106..96a1f5a8b6 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -2282,7 +2282,7 @@ insert_rsvp (GtkWidget *hbox, EItipControl *itip) priv = itip->priv; /* To translators: RSVP means "please reply" */ - btn = gtk_check_button_new_with_label ("RSVP"); + btn = gtk_check_button_new_with_label (_("RSVP")); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (btn), TRUE); priv->rsvp = TRUE; -- cgit v1.2.3