diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 03:27:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 03:27:03 +0800 |
commit | 000b01e9a1620e750d64e7be966e39da1bb7f35d (patch) | |
tree | c441f49573c82211c24e43d2417f7f86a4960947 /shell/e-shell-view-menu.c | |
parent | cb704fd31b7ea71c2adc798796ff72cb555c20b8 (diff) | |
download | gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.gz gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.zst gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.zip |
Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible
places.
svn path=/trunk/; revision=12625
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r-- | shell/e-shell-view-menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index f62d443091..1d4d4c1671 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -214,11 +214,11 @@ command_about_box (BonoboUIComponent *uih, else version = g_strdup_printf ("%s [%s]", VERSION, SUB_VERSION); - about_box = gnome_about_new(_("Evolution"), + about_box = gnome_about_new(_("Ximian Evolution"), version, _("Copyright 1999, 2000, 2001 Ximian, Inc."), authors, - _("Evolution is a suite of groupware applications\n" + _("Ximian Evolution is a suite of groupware applications\n" "for mail, calendaring, and contact management\n" "within the GNOME desktop environment."), NULL); |