aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2001-07-04 07:11:34 +0800
committerAaron Weber <aaron@src.gnome.org>2001-07-04 07:11:34 +0800
commite77e11490f325665ad1160e73b20de65adb9daa3 (patch)
tree3af556e9c0502f970dc199999d8f9516a0d4610e /shell/main.c
parentf21f2914791c04b48d1da9472ec8f7f3302d1bb3 (diff)
downloadgsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar.gz
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar.bz2
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar.lz
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar.xz
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.tar.zst
gsoc2013-evolution-e77e11490f325665ad1160e73b20de65adb9daa3.zip
Revised to make it less scary.
2001-07-03 Aaron Weber <aaron@ximian.com> * main.c (development_warning): Revised to make it less scary. svn path=/trunk/; revision=10775
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c16
1 files changed, 6 insertions, 10 deletions
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"
));