diff options
author | nobody <nobody@localhost> | 2002-05-07 05:31:34 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-07 05:31:34 +0800 |
commit | d09835c67aed858a255aab0654afb9cf92104c14 (patch) | |
tree | 9b1d5ff0e376003bf6dc62eadedf6603302862eb /calendar/gui/e-itip-control.c | |
parent | 0425bffaf1c34bb5a547ceacc64ba6b71a005ac0 (diff) | |
download | gsoc2013-evolution-EVOLUTION_1_0_5.tar.gz gsoc2013-evolution-EVOLUTION_1_0_5.tar.zst gsoc2013-evolution-EVOLUTION_1_0_5.zip |
This commit was manufactured by cvs2svn to create tagEVOLUTION_1_0_5
'EVOLUTION_1_0_5'.
svn path=/tags/EVOLUTION_1_0_5/; revision=16695
Diffstat (limited to 'calendar/gui/e-itip-control.c')
-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 85052a09a1..73b7bdff04 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) { |