diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-22 12:46:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-02-22 12:46:05 +0000 |
commit | 2be1b4661b354947bba7aef507d4c60485ccc2b5 (patch) | |
tree | ef7610de18c369920e85b9a4846b5116ffd79577 /perllib/Page.pm | |
parent | 71d3ebb75f1bad04decb3970c7652118c852448d (diff) |
Translation update.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 06c543f7c..279c5a79a 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -309,7 +309,7 @@ sub footer { my $creditline = _('Built by <a href="http://www.mysociety.org/">mySociety</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.'); if (mySociety::Config::get('COUNTRY') eq 'NO') { - $creditline = _('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by NUUG, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.'); + $creditline = _('Built by <a href="http://www.mysociety.org/">mySociety</a> and maintained by <a href="http://www.nuug.no/">NUUG</a>, using some <a href="http://github.com/mysociety/fixmystreet">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.'); } %params = (%params, |