Author: alexlehm
Date: 2007-11-08 21:34:23 +0000 (Thu, 08 Nov 2007)
New Revision: 15716
Modified:
trunk/apps/Freemail/src/freemail/AccountManager.java
Log:
missing space in the welcome message makes emu url not clickable, one typo in
the same line
Modified: trunk/apps/Freemail/src/freemail/AccountManager.java
===================================================================
--- trunk/apps/Freemail/src/freemail/AccountManager.java 2007-11-08
17:45:03 UTC (rev 15715)
+++ trunk/apps/Freemail/src/freemail/AccountManager.java 2007-11-08
21:34:23 UTC (rev 15716)
@@ -343,7 +343,7 @@
ps.println("");
ps.println("Try to pick something unique - Freemail will tell
you if somebody has already taken the address you want. These short addresses
are *probably* secure, but not absolutely. If you want to be sure, use the long
address.");
ps.println("");
- ps.println("If you find a bug, or would like something changed
in Freemail, visit our bug tracker at https://bugs.freenetproject.org/(and
select 'Freemail' in the top right). You can also drop into #freemail on
irc.freenode.net to discuss, or sign up tp the mailing list at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/freemail.");
+ ps.println("If you find a bug, or would like something changed
in Freemail, visit our bug tracker at https://bugs.freenetproject.org/ (and
select 'Freemail' in the top right). You can also drop into #freemail on
irc.freenode.net to discuss, or sign up to the mailing list at
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/freemail.");
ps.println("");
ps.println("Happy Freemailing!");
ps.println("");