diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-itip-control.c | 2 |
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)); } |