diff options
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r-- | mail/folder-browser-factory.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c index d2bb9c6b29..e941e54197 100644 --- a/mail/folder-browser-factory.c +++ b/mail/folder-browser-factory.c @@ -85,8 +85,9 @@ development_warning () _("This is a development version of Evolution.\n" "Using the mail component on your mail files\n" "is extremely hazardous.\n\n" - "Do not run this program on your real mail\n " - "and do not give it access to your real mail server.\n\n" + "Do not run this program on your real mail,\n" + "do not give it access to your real mail server,\n" + "and do not send mail to real people with it.\n\n" "You have been warned\n")); gtk_widget_show (label); |