summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-09-02 16:48:33 -0400
committerCraig Andrews <candrews@integralblue.com>2009-09-02 16:48:33 -0400
commit5db43f465543a24facc299be5d7301d9dd6b019e (patch)
tree9c71b1ef072be1deaf8c5be5346c90569aeffea2
parenta535ccdc4eba320ad88dc531329ae63c7f09c258 (diff)
parente929bdc2ba156c615a1cac9bcff087e7a34132cb (diff)
Merge remote branch 'brion/fixlinks' into 0.9.x
-rw-r--r--actions/public.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/public.php b/actions/public.php
index 86b0d6f56..73fad182a 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -225,10 +225,10 @@ class PublicAction extends Action
function showAnonymousMessage()
{
if (! (common_config('site','closed') || common_config('site','inviteonly'))) {
- $m = _('This is %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
+ $m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
'based on the Free Software [StatusNet](http://status.net/) tool. ' .
- '[Join now](%%%%action.register%%%%) to share notices about yourself with friends, family, and colleagues! ' .
- '([Read more](%%%%doc.help%%%%))');
+ '[Join now](%%action.register%%) to share notices about yourself with friends, family, and colleagues! ' .
+ '([Read more](%%doc.help%%))');
} else {
$m = _('This is %%site.name%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
'based on the Free Software [StatusNet](http://status.net/) tool.');