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:
Lorenzo Gil Sanchez
2003-08-13 17:24:23 +00:00
committed by Jeffrey Stedfast
parent 7f8340f928
commit eceeca1b9f
2 changed files with 6 additions and 1 deletions

View File

@ -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>
* e-msg-composer-attachment-bar.c (update): This needs to use

View File

@ -287,7 +287,7 @@ account_removed_cb (EAccountList *accounts, EAccount *account, EMsgComposerHdrs
dialog = gtk_message_dialog_new ((GtkWindow *) toplevel, GTK_DIALOG_MODAL |
GTK_DIALOG_DESTROY_WITH_PARENT,
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."));
}
}
}