diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-about-box.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e187ebe073..4a952da502 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2002-03-06 Ettore Perazzoli <ettore@ximian.com> + + * e-shell-about-box.c: Reduce width of the copyright message so it + looks prettier with the new Rupert artwork. + 2002-03-04 Iain Holmes <iain@ximian.com> * Evolution-Storage.idl: Add some methods to the StorageRegistry 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"), "", |