summaryrefslogtreecommitdiff
path: root/actions/public.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:40:27 -0500
committerEvan Prodromou <evan@controlyourself.ca>2008-12-02 14:40:27 -0500
commita8551093e209e0deebcafcf0f5c930f02d0c5f93 (patch)
treed785a080ddbb691e9f0370afb53f86f2c0efd1b8 /actions/public.php
parent4c26cb1a81471839b62134ff559aece2686d6b91 (diff)
better formatting for home page
darcs-hash:20081202194027-5ed1f-5ebbc762496b6f6675a98271acbdd1851439471b.gz
Diffstat (limited to 'actions/public.php')
-rw-r--r--actions/public.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/public.php b/actions/public.php
index 598e053ae..caed78248 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -57,8 +57,8 @@ class PublicAction extends StreamAction {
function get_instructions() {
return _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
- 'based on the Free Software [Laconica](http://laconi.ca/) tool. [Read more](%%doc.about%%)' .
- '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues!');
+ 'based on the Free Software [Laconica](http://laconi.ca/) tool. ' .
+ '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ([Read more](%%doc.help%%))');
}
function show_header() {