diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 23:17:50 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-12-14 23:17:50 +0800 |
commit | 332a54b73920ae6b72c72a7d1c9cbba641df356c (patch) | |
tree | 1e7252d8e73788e13dee195dd8da2f0a9ab05981 /shell | |
parent | 5ec2c902adcace4c61a938c31d96a8730c977ba2 (diff) | |
download | gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar.gz gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar.bz2 gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar.lz gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar.xz gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.tar.zst gsoc2013-evolution-332a54b73920ae6b72c72a7d1c9cbba641df356c.zip |
Slightly updated the startup warning message for the release.
svn path=/trunk/; revision=7004
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/main.c | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 49e114cd13..759ff07b0d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2000-12-14 Ettore Perazzoli <ettore@helixcode.com> + * main.c (development_warning): Slightly updated the text for the + release. + +2000-12-14 Ettore Perazzoli <ettore@helixcode.com> + * e-splash.c (ICON_Y): Update for the size of the new splash. 2000-12-12 Jeffrey Stedfast <fejj@helixcode.com> diff --git a/shell/main.c b/shell/main.c index dff0514f11..e8aa4b2b8d 100644 --- a/shell/main.c +++ b/shell/main.c @@ -74,8 +74,8 @@ development_warning (void) "Hi. Thanks for taking the time to download this preview release\n" "of the Evolution groupware suite.\n" "\n" - "Over the last month and a half, our focus has been on making\n" - "Evolution usable. Many of the Evolution developers are now using\n" + "Over the time since the past release, our focus has been on making\n" + "Evolution usable. Many of the Evolution developers are now using\n" "Evolution to read their mail full time. You could too. (Just\n" "be sure to keep a backup.)\n" "\n" |