From: Ian Denhardt Date: Tue, 15 Mar 2011 16:42:58 +0000 (-0400) Subject: Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=27ef3b1d905cdf8f47b47293a757624dda88fdc7;p=quix0rs-gnu-social.git Merge branch '1.0.x' of git://gitorious.org/statusnet/mainline Conflicts: actions/public.php --- 27ef3b1d905cdf8f47b47293a757624dda88fdc7 diff --cc lib/action.php index 31b5aa4954,fce59ba8a0..9e84e050ef --- a/lib/action.php +++ b/lib/action.php @@@ -935,10 -960,9 +960,9 @@@ class Action extends HTMLOutputter // l // TRANS: Make sure there is no whitespace between "]" and "(". // TRANS: Text between [] is a link description, text between () is the link itself. // TRANS: %s is the version of StatusNet that is being used. - $instr .= sprintf(_('It runs the [StatusNet](http://status.net/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); + $instr .= sprintf(_('It runs on [GNU social](http://www.gnu.org/software/social/), version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), STATUSNET_VERSION); $output = common_markup_to_html($instr); $this->raw($output); - $this->elementEnd('dd'); // do it }