X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fallrss.php;h=260667090b65b0af175a5920dd0cd948fd6eb731;hb=adc5901d21be286ff3459f2cd2bf4373625ac5e5;hp=88a4745c9e72b70beead5c62013ee6fd691cf2c6;hpb=68b34b32667025b6d3ab74c0a6b5b356d1f24b10;p=quix0rs-gnu-social.git diff --git a/actions/allrss.php b/actions/allrss.php index 88a4745c9e..260667090b 100644 --- a/actions/allrss.php +++ b/actions/allrss.php @@ -13,7 +13,7 @@ * @link http://laconi.ca/ * * Laconica - a distributed open-source microblogging tool - * Copyright (C) 2008, Controlez-Vous, Inc. + * Copyright (C) 2008, 2009, Control Yourself, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -115,8 +115,8 @@ class AllrssAction extends Rss10Action 'link' => common_local_url('all', array('nickname' => $user->nickname)), - 'description' => sprintf(_('Feed for friends of %s'), - $user->nickname)); + 'description' => sprintf(_('Updates from %1$s and friends on %2$s!'), + $user->nickname, common_config('site', 'name'))); return $c; }