diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-01-12 16:38:33 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 16:38:33 +0800 |
commit | c42f8692ca73c80043c0209c046146ca6b6f948e (patch) | |
tree | d32fa9e717aa9eb85679cbde26db84a4f254a976 /shell/e-shell-view-menu.c | |
parent | e779159c4b5c3b79fe29cec7e277d2901a0790af (diff) | |
download | gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.gz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.bz2 gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.lz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.xz gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.tar.zst gsoc2013-evolution-c42f8692ca73c80043c0209c046146ca6b6f948e.zip |
Added translation strings.
2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-storage-set-view.c: Added translation strings.
svn path=/trunk/; revision=7446
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 f76d76e227..3b080f443e 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -1,7 +1,7 @@ /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-view.c * - * Copyright (C) 2000 Helix Code, Inc. + * Copyright (C) 2000, 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -169,7 +169,7 @@ command_about_box (BonoboUIComponent *uih, about_box = gnome_about_new(_("Evolution"), VERSION, - _("Copyright 1999, 2000 Helix Code, Inc."), + _("Copyright 1999, 2000, 2001 Ximian, Inc."), authors, _("Evolution is a suite of groupware applications\n" "for mail, calendaring, and contact management\n" |