aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-02-28 07:04:37 +0800
committerDan Winship <danw@src.gnome.org>2001-02-28 07:04:37 +0800
commitad0dcb2798173898f6b28d7054c94a4a65b272d8 (patch)
tree8a69439ec71cc3f3b8095173506aa994fb327e52
parente91a42c3f8d07fc27b5611589778935d278e9703 (diff)
downloadgsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar.gz
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar.bz2
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar.lz
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar.xz
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.tar.zst
gsoc2013-evolution-ad0dcb2798173898f6b28d7054c94a4a65b272d8.zip
Update this again.
* main.c (development_warning): Update this again. svn path=/trunk/; revision=8417
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c26
2 files changed, 16 insertions, 14 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ac9b8f87ce..3843f23c1b 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-27 Dan Winship <danw@ximian.com>
+
+ * main.c (development_warning): Update this again.
+
2001-02-26 Ettore Perazzoli <ettore@ximian.com>
* Evolution-Shell.idl: Rename `FolderTypeList' to
diff --git a/shell/main.c b/shell/main.c
index e8aa4b2b8d..6be5ad4e29 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -71,24 +71,22 @@ development_warning (void)
label = gtk_label_new (
_(
- "Hi. Thanks for taking the time to download this preview release\n"
+ "Hi. Thanks for taking the time to download this PREVIEW RELEASE\n"
"of the Evolution groupware suite.\n"
"\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"
+ "Evolution is not yet complete. It's getting close, but there are\n"
+ "places where features are either missing or only half working. If\n"
+ "you can't figure out how to do something, it's probably because\n"
+ "there's no way to do it yet! :-)\n"
"\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"
+ "We hope Evolution will be usable for you, but we still feel the\n"
+ "need to warn you that it may: crash, lose your mail, leave stray\n"
+ "processes running, consume 100% of your CPU, send non-\n"
+ "compliant commands to your servers, and generally embarass you\n"
+ "in front of your friends and co-workers. 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"
+ "We hope that you enjoy the results of our hard work, and we\n"
+ "eagerly await your contributions!\n"
));
gtk_label_set_justify (GTK_LABEL (label), GTK_JUSTIFY_LEFT);
gtk_widget_show (label);