aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
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 /calendar/gui
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
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/e-itip-control.c2
1 files changed, 1 insertions, 1 deletions
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));
}