diff options
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r-- | shell/e-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |