aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c16
2 files changed, 10 insertions, 10 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b26d24c9c8..5877e2c863 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-03 Aaron Weber <aaron@ximian.com>
+
+ * main.c (development_warning): Revised to make it less scary.
+
2001-07-03 Ettore Perazzoli <ettore@ximian.com>
[Fix a problem with not being able to save a newly created
diff --git a/shell/main.c b/shell/main.c
index b4b1870a1f..635cc146bf 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -86,20 +86,16 @@ development_warning (void)
NULL);
label = gtk_label_new (
/* xgettext:no-c-format */
- _("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"
"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"
- "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"
+ "places where features are either missing or only half working. \n"
"\n"
+ "If you find bugs, please report them to us at bugzilla.ximian.com.\n"
+ "This product comes with no warranty and is not intended for\n"
+ "individuals prone to violent fits of anger.\n"
+ "\n"
"We hope that you enjoy the results of our hard work, and we\n"
"eagerly await your contributions!\n"
));