diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 28 |
2 files changed, 17 insertions, 15 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f8e54ab50b..ac260edea2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2000-07-10 Dan Winship <danw@helixcode.com> + + * main.c (development_warning): Update the message. + 2000-07-10 Ettore Perazzoli <ettore@helixcode.com> * e-shell-folder-title-bar.c (title_button_clicked_cb): diff --git a/shell/main.c b/shell/main.c index 68fc6b0c7b..a01f2b8237 100644 --- a/shell/main.c +++ b/shell/main.c @@ -96,23 +96,21 @@ development_warning () label = gtk_label_new ( _( - "Hi. Thanks for taking the time to download this preview release of\n" - "the Evolution groupware suite.\n" + "Hi. Thanks for taking the time to download this preview release\n" + "of the Evolution groupware suite.\n" "\n" - "The Evolution team has worked hard to make Evolution as robust,\n" - "extensible, pretty, fast and well-suited to heavy internet users as\n" - "possible. And we're very tired. But we're not done -- not yet.\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" + "Evolution to read their mail full time. You could too. (Just\n" + "be sure to keep a backup.)\n" "\n" - "As you explore Evolution, please understand that most of our work has\n" - "been focused on the backend engine which drives the entire system and\n" - "not on the user interface. We are just cresting the hill now, though,\n" - "and will be pouring most of our love and attention into the UI from\n" - "here out. But at least you know that you're not using demoware.\n" - "\n" - "So, time for the nerdy disclaimer. Evolution will: crash, lose your\n" - "mail, leave stray processes running, consume 100% CPU, race, lock,\n" - "send HTML mail to random mailing lists, and embarass you in front of\n" - "your friends and co-workers. Use at your own risk.\n" + "But while we have fixed many bugs affecting its stability and\n" + "security, you still get the disclaimer: Evolution will: crash,\n" + "lose your mail when you don't want it to, refuse to delete your\n" + "mail when you do want it to, leave stray processes running,\n" + "consume 100% CPU, race, lock, send HTML mail to random mailing\n" + "lists, and embarass you in front of your friends and co-workers.\n" + "Use only as directed.\n" "\n" "We hope that you enjoy the results of our hard work, and we eagerly\n" "await your contributions!\n" |