# HG changeset patch
# User Arne Babenhauserheide <bab@draketo.de>
# Date 1379881396 -7200
#      Sun Sep 22 22:23:16 2013 +0200
# Node ID 942b6cb883e2fb730e4da7f45999cc81b55cbe7d
# Parent  80f560f028cc320384f11e5be6cbfc369069b57f
link to the patch-repository.

diff --git a/lib/action.php b/lib/action.php
--- a/lib/action.php
+++ b/lib/action.php
@@ -1011,6 +1011,8 @@ class Action extends HTMLOutputter // la
         // 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 .= ' ';
+        $instr .= sprintf(_('The running version includes the patches from [draketo.de/proj/statusnet-patches](http://draketo.de/proj/statusnet-patches).'));
         $output = common_markup_to_html($instr);
         $this->raw($output);
         // do it