fixed an insulting error message. Fixes bug #47413.
2003-08-13 Lorenzo Gil Sanchez <lgs@sicem.biz> * e-msg-composer-hdrs.c (account_removed_cb): fixed an insulting error message. Fixes bug #47413. svn path=/trunk/; revision=22220
This commit is contained in:

committed by
Jeffrey Stedfast

parent
7f8340f928
commit
eceeca1b9f
@ -1,3 +1,8 @@
|
|||||||
|
2003-08-13 Lorenzo Gil Sanchez <lgs@sicem.biz>
|
||||||
|
|
||||||
|
* e-msg-composer-hdrs.c (account_removed_cb): fixed an insulting
|
||||||
|
error message. Fixes bug #47413.
|
||||||
|
|
||||||
2003-08-13 Jeffrey Stedfast <fejj@ximian.com>
|
2003-08-13 Jeffrey Stedfast <fejj@ximian.com>
|
||||||
|
|
||||||
* e-msg-composer-attachment-bar.c (update): This needs to use
|
* e-msg-composer-attachment-bar.c (update): This needs to use
|
||||||
|
@ -287,7 +287,7 @@ account_removed_cb (EAccountList *accounts, EAccount *account, EMsgComposerHdrs
|
|||||||
dialog = gtk_message_dialog_new ((GtkWindow *) toplevel, GTK_DIALOG_MODAL |
|
dialog = gtk_message_dialog_new ((GtkWindow *) toplevel, GTK_DIALOG_MODAL |
|
||||||
GTK_DIALOG_DESTROY_WITH_PARENT,
|
GTK_DIALOG_DESTROY_WITH_PARENT,
|
||||||
GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, "%s",
|
GTK_MESSAGE_WARNING, GTK_BUTTONS_OK, "%s",
|
||||||
_("Hey you, dunce. You need an account to send mail doncha know."));
|
_("You need to configure an account before you can compose mail."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user