diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:59:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-17 01:59:53 +0800 |
commit | c140e7f06e03c991716ab85717ceefb0a1819e3c (patch) | |
tree | 50bce3ae33fcb596398e737e3f4aee513e5d547c /shell/e-shell.c | |
parent | bc7f14d4eb13d3b102ce07de1ffd9aa326005ae6 (diff) | |
download | gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.gz gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.zst gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.zip |
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
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); |