From: Matt Lee Date: Mon, 9 Aug 2010 22:53:55 +0000 (-0400) Subject: remove microblogging messages X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fdd5ec2a145fd43e7bc589164fbc08dbf9534384;p=quix0rs-gnu-social.git remove microblogging messages --- diff --git a/lib/action.php b/lib/action.php index 0be9c59bd5..0db148eed8 100644 --- a/lib/action.php +++ b/lib/action.php @@ -831,7 +831,7 @@ class Action extends HTMLOutputter // lawsuit } $instr .= ' '; // TRANS: Second sentence of the StatusNet site license. Mentions the StatusNet source code license. - $instr .= sprintf(_('It runs the [GNU social](http://www.gnu.org/software/social/) 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 the [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');