added space after 'identities' in the message. Fixes bug #9896.

2001-09-14  Damon Chaplin  <damon@ximian.com>

	* gui/e-itip-control.c (ok_clicked_cb): added space after 'identities'
	in the message. Fixes bug #9896.

svn path=/trunk/; revision=12837
This commit is contained in:
Damon Chaplin
2001-09-14 23:02:52 +00:00
committed by Damon Chaplin
parent fc6f6f17ca
commit 52f52c4fe1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-14 Damon Chaplin <damon@ximian.com>
* gui/e-itip-control.c (ok_clicked_cb): added space after 'identities'
in the message. Fixes bug #9896.
2001-09-14 JP Rosevear <jpr@ximian.com>
* conduits/calendar/e-calendar.conduit.in: remove translation

View File

@ -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));
}