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:
committed by
Damon Chaplin
parent
fc6f6f17ca
commit
52f52c4fe1
@ -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
|
||||
|
||||
@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user