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 | |
parent | bc7f14d4eb13d3b102ce07de1ffd9aa326005ae6 (diff) | |
download | gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.gz gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.bz2 gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.lz gsoc2013-evolution-c140e7f06e03c991716ab85717ceefb0a1819e3c.tar.xz 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
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell.c | 2 |
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); |