aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@ximian.com>2001-09-15 07:02:52 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-09-15 07:02:52 +0800
commit52f52c4fe1fa7fa90608d68425e443b0975fe1fe (patch)
tree13fc589981f31dfb122427671f3ebb46678e8f58
parentfc6f6f17cafd825dc982a500ffac5e262af8662e (diff)
downloadgsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar.gz
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar.bz2
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar.lz
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar.xz
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.tar.zst
gsoc2013-evolution-52f52c4fe1fa7fa90608d68425e443b0975fe1fe.zip
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
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/e-itip-control.c2
2 files changed, 6 insertions, 1 deletions
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 <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
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));
}