evolution r36985 - in trunk/calendar: . gui



Author: mbarnes
Date: Sun Jan  4 23:06:32 2009
New Revision: 36985
URL: http://svn.gnome.org/viewvc/evolution?rev=36985&view=rev

Log:
2008-01-04  Matthew Barnes  <mbarnes redhat com>

	** Fixes bug #566566

	* calendar/gui/e-itip-control.c (insert_rsvp):
	Mark "RSVP" for translation.



Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-itip-control.c

Modified: trunk/calendar/gui/e-itip-control.c
==============================================================================
--- trunk/calendar/gui/e-itip-control.c	(original)
+++ trunk/calendar/gui/e-itip-control.c	Sun Jan  4 23:06:32 2009
@@ -2282,7 +2282,7 @@
 	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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]