From c140e7f06e03c991716ab85717ceefb0a1819e3c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 16 Aug 2001 17:59:53 +0000 Subject: s/the view for `%s' have/the views for `%s' have/. * e-shell.c (e_shell_component_maybe_crashed): s/the view for `%s' have/the views for `%s' have/. svn path=/trunk/; revision=12107 --- shell/ChangeLog | 5 +++++ shell/e-shell.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index bb83c8be26..6ddc02b1ad 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-08-16 Ettore Perazzoli + + * e-shell.c (e_shell_component_maybe_crashed): s/the view for `%s' + have/the views for `%s' have/. + 2001-08-16 Ettore Perazzoli * e-storage-set-view.c (etree_icon_at): Remove debugging message. 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); -- cgit v1.2.3