From 811d0de363b2f750cfbe47540437ddaf3139de3f Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 2 Oct 2001 19:05:39 +0000 Subject: Make the crash message less dorky. [#10264] * e-shell.c (e_shell_component_maybe_crashed): Make the crash message less dorky. [#10264] svn path=/trunk/; revision=13309 --- shell/e-shell.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'shell/e-shell.c') diff --git a/shell/e-shell.c b/shell/e-shell.c index 562893a4a3..a1f47ca8b5 100644 --- a/shell/e-shell.c +++ b/shell/e-shell.c @@ -1485,9 +1485,10 @@ e_shell_component_maybe_crashed (EShell *shell, parent_window = GTK_WINDOW (shell_view); e_notice (parent_window, GNOME_MESSAGE_BOX_ERROR, - _("Ooops! The views for `%s' have died unexpectedly. :-(\n" - "This probably means that the %s component has crashed."), - uri, type_name); + _("The Evolution component that handles folders of type \"%s\"\n" + "has unexpectedly quit. You will need to quit Evolution and restart\n" + "in order to access that data again."), + type_name); if (shell_view) bonobo_window_deregister_dead_components (BONOBO_WINDOW (shell_view)); -- cgit v1.2.3