diff options
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r-- | shell/e-shell-about-box.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c index 33962b0663..461cda2d08 100644 --- a/shell/e-shell-about-box.c +++ b/shell/e-shell-about-box.c @@ -37,8 +37,8 @@ static GtkEventBoxClass *parent_class = NULL; static const char *text[] = { "", - N_("Evolution " VERSION), - N_("Copyright 1999, 2000, 2001, 2002 Ximian, Inc."), + "Evolution " VERSION, + "Copyright 1999 - 2002 Ximian, Inc.", "", N_("Brought to you by"), "", |