summaryrefslogtreecommitdiff
path: root/actions/showgroup.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:16:46 -0400
commitd35b2d3f3c2128b147a6fa897032262c1f632262 (patch)
treef4a10dae565319502244147fd96c70beebd23981 /actions/showgroup.php
parent4737563b957e84ee06d07f373af533b2f037497a (diff)
change laconi.ca to status.net
Diffstat (limited to 'actions/showgroup.php')
-rw-r--r--actions/showgroup.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/showgroup.php b/actions/showgroup.php
index d4f41052e..e33da9b9a 100644
--- a/actions/showgroup.php
+++ b/actions/showgroup.php
@@ -25,7 +25,7 @@
* @author Sarven Capadisli <csarven@controlyourself.ca>
* @copyright 2008-2009 StatusNet, Inc.
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://laconi.ca/
+ * @link http://status.net/
*/
if (!defined('LACONICA')) {
@@ -44,7 +44,7 @@ define('MEMBERS_PER_SECTION', 27);
* @package StatusNet
* @author Evan Prodromou <evan@controlyourself.ca>
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link http://laconi.ca/
+ * @link http://status.net/
*/
class ShowgroupAction extends GroupDesignAction
@@ -448,14 +448,14 @@ class ShowgroupAction extends GroupDesignAction
{
if (!(common_config('site','closed') || common_config('site','inviteonly'))) {
$m = sprintf(_('**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
- 'based on the Free Software [StatusNet](http://laconi.ca/) tool. Its members share ' .
+ 'based on the Free Software [StatusNet](http://status.net/) tool. Its members share ' .
'short messages about their life and interests. '.
'[Join now](%%%%action.%s%%%%) to become part of this group and many more! ([Read more](%%%%doc.help%%%%))'),
$this->group->nickname,
(!common_config('site','openidonly')) ? 'register' : 'openidlogin');
} else {
$m = sprintf(_('**%s** is a user group on %%%%site.name%%%%, a [micro-blogging](http://en.wikipedia.org/wiki/Micro-blogging) service ' .
- 'based on the Free Software [StatusNet](http://laconi.ca/) tool. Its members share ' .
+ 'based on the Free Software [StatusNet](http://status.net/) tool. Its members share ' .
'short messages about their life and interests. '),
$this->group->nickname);
}