From 65e7b62d5b2d297318c071fc3b409df0ba9c5812 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 1 Apr 2002 19:57:04 +0000 Subject: Fix a string. 2002-04-01 Kjartan Maraas * gui/e-itip-control.c: Fix a string. svn path=/trunk/; revision=16310 --- 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 73b7bdff04..85052a09a1 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1443,7 +1443,7 @@ update_attendee_status (EItipControl *itip) itip_strip_mailto (a->value)); if (prop == NULL) { - dialog = gnome_question_dialog_modal (_("This response is not from a current" + dialog = gnome_question_dialog_modal (_("This response is not from a current " "attendee. Add as an attendee?"), NULL, NULL); if (gnome_dialog_run_and_close (GNOME_DIALOG (dialog)) == GNOME_YES) { -- cgit v1.2.3