aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-about-box.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-about-box.c')
-rw-r--r--shell/e-shell-about-box.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/e-shell-about-box.c b/shell/e-shell-about-box.c
index 461cda2d08..e56987655d 100644
--- a/shell/e-shell-about-box.c
+++ b/shell/e-shell-about-box.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-shell-about-box.c
*
- * Copyright (C) 2001, 2002 Ximian, Inc.
+ * Copyright (C) 2001 Ximian, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -37,8 +37,8 @@ static GtkEventBoxClass *parent_class = NULL;
static const char *text[] = {
"",
- "Evolution " VERSION,
- "Copyright 1999 - 2002 Ximian, Inc.",
+ N_("Evolution " VERSION),
+ N_("Copyright 1999-2002 Ximian, Inc."),
"",
N_("Brought to you by"),
"",
@@ -74,6 +74,7 @@ static const char *text[] = {
"Gediminas Paulauskas",
"Jesse Pavel",
"Ettore Perazzoli",
+ "Hans Petter",
"JP Rosevear",
"Jeffrey Stedfast",
"Jakub Steiner",