diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2002-04-02 03:57:04 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2002-04-02 03:57:04 +0800 |
commit | 65e7b62d5b2d297318c071fc3b409df0ba9c5812 (patch) | |
tree | 59126e4767d2d9f32d5e1ef4023e2a2111c7a48b /calendar/gui | |
parent | 8fad24ee7ff39ae4b7087c4b0df2c42f08163d51 (diff) | |
download | gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar.gz gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar.bz2 gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar.lz gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar.xz gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.tar.zst gsoc2013-evolution-65e7b62d5b2d297318c071fc3b409df0ba9c5812.zip |
Fix a string.
2002-04-01 Kjartan Maraas <kmaraas@gnome.org>
* gui/e-itip-control.c: Fix a string.
svn path=/trunk/; revision=16310
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 73b7bdff04..85052a09a1 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -1443,7 +1443,7 @@ update_attendee_status (EItipControl *itip) itip_strip_mailto (a->value)); if (prop == NULL) { - dialog = gnome_question_dialog_modal (_("This response is not from a current" + dialog = gnome_question_dialog_modal (_("This response is not from a current " "attendee. Add as an attendee?"), NULL, NULL); if (gnome_dialog_run_and_close (GNOME_DIALOG (dialog)) == GNOME_YES) { |