diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/select-names/e-select-names.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/addressbook/gui/component/select-names/e-select-names.c b/addressbook/gui/component/select-names/e-select-names.c index 5d76f00689..5a7b2705d0 100644 --- a/addressbook/gui/component/select-names/e-select-names.c +++ b/addressbook/gui/component/select-names/e-select-names.c @@ -518,7 +518,11 @@ e_select_names_hookup_shell_listeners (ESelectNames *e_select_names) if (storage == CORBA_OBJECT_NIL) { GtkWidget *oh_shit; - oh_shit = gnome_error_dialog (_("Unable to get local storage. This should never happen.")); + 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 <trow@ximian.com> with a detailed description of " + "the circumstances under which this error occurred. Thank you.")); gtk_widget_show (oh_shit); return; } |