]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove microblogging messages
authorMatt Lee <mattl@cnuk.org>
Mon, 9 Aug 2010 22:54:40 +0000 (18:54 -0400)
committerMatt Lee <mattl@cnuk.org>
Mon, 9 Aug 2010 22:54:40 +0000 (18:54 -0400)
lib/action.php

index 0db148eed819716fad4f3af7d9347bab123c159e..d417c88fcea0a8cabd44ec010d5d87a82fd0603c 100644 (file)
@@ -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/), 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');