From 9aa2b4c40f3e3a1214ceedbcf3fb20d4ea8a01ee Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Sun, 14 Oct 2001 17:56:16 +0000 Subject: Added linebreaks to our "this shouldn't happen" dialog message. (Bug 2001-10-14 Jon Trowbridge * gui/component/select-names/e-select-names.c (e_select_names_hookup_shell_listeners): Added linebreaks to our "this shouldn't happen" dialog message. (Bug #12498)CVS: ---------------------------------------------------------------------- svn path=/trunk/; revision=13668 --- addressbook/gui/component/select-names/e-select-names.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'addressbook/gui/component') diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index e915b20edf..ccb17a79f3 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -513,11 +513,12 @@ e_select_names_hookup_shell_listeners (ESelectNames *e_select_names) if (storage == CORBA_OBJECT_NIL) { GtkWidget *oh_shit; - oh_shit = gnome_error_dialog (_("Evolution is unable to get the addressbook local storage. " - "This may have been caused by the evolution-addressbook component crashing. " - "To help us better understand and ultimately resolve this problem, " - "please send an e-mail to Jon Trowbridge with a detailed description of " - "the circumstances under which this error occurred. Thank you.")); + oh_shit = gnome_error_dialog (_("Evolution is unable to get the addressbook local storage.\n" + "This may have been caused by the evolution-addressbook component crashing.\n" + "To help us better understand and ultimately resolve this problem,\n" + "please send an e-mail to Jon Trowbridge with a\n" + "detailed description of the circumstances under which this error\n" + "occurred. Thank you.")); gtk_widget_show (oh_shit); return; } -- cgit v1.2.3