aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bb83c8be26..6ddc02b1ad 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-08-16 Ettore Perazzoli <ettore@ximian.com>
+ * e-shell.c (e_shell_component_maybe_crashed): s/the view for `%s'
+ have/the views for `%s' have/.
+
+2001-08-16 Ettore Perazzoli <ettore@ximian.com>
+
* e-storage-set-view.c (etree_icon_at): Remove debugging message.
2001-08-15 Jason Leach <jleach@ximian.com>
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 2bbe551709..08a9ee4607 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1421,7 +1421,7 @@ e_shell_component_maybe_crashed (EShell *shell,
parent_window = GTK_WINDOW (shell_view);
e_notice (parent_window, GNOME_MESSAGE_BOX_ERROR,
- _("Ooops! The view for `%s' have died unexpectedly. :-(\n"
+ _("Ooops! The views for `%s' have died unexpectedly. :-(\n"
"This probably means that the %s component has crashed."),
uri, type_name);