summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Lee <mattl@cnuk.org>2010-08-09 18:54:40 -0400
committerMatt Lee <mattl@cnuk.org>2010-08-09 18:54:40 -0400
commit05e4e711af40de473b05c42ce7fa8b3156f82c96 (patch)
tree7101bbe693ab6808aab99c341232a941d8455955 /lib
parentfdd5ec2a145fd43e7bc589164fbc08dbf9534384 (diff)
remove microblogging messages
Diffstat (limited to 'lib')
-rw-r--r--lib/action.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php
index 0db148eed..d417c88fc 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/), 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');