From 52f52c4fe1fa7fa90608d68425e443b0975fe1fe Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Fri, 14 Sep 2001 23:02:52 +0000 Subject: added space after 'identities' in the message. Fixes bug #9896. 2001-09-14 Damon Chaplin * gui/e-itip-control.c (ok_clicked_cb): added space after 'identities' in the message. Fixes bug #9896. svn path=/trunk/; revision=12837 --- calendar/ChangeLog | 5 +++++ calendar/gui/e-itip-control.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 098ece2590..b2ea83585a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-09-14 Damon Chaplin + + * gui/e-itip-control.c (ok_clicked_cb): added space after 'identities' + in the message. Fixes bug #9896. + 2001-09-14 JP Rosevear * conduits/calendar/e-calendar.conduit.in: remove translation diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 1d54fb6a01..2450acab91 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1304,7 +1304,7 @@ ok_clicked_cb (GtkHTML *html, const gchar *method, const gchar *url, const gchar } else { GtkWidget *dialog; - dialog = gnome_warning_dialog (_("Unable to find any of your identities" + dialog = gnome_warning_dialog (_("Unable to find any of your identities " "in the attendees list!\n")); gnome_dialog_run_and_close (GNOME_DIALOG (dialog)); } -- cgit v1.2.3