aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-02-22 05:00:23 +0000
committerrvelices <rv-github@modusoptimus.com>2013-02-22 05:00:23 +0000
commit82217461c4b2043e0aba658deffc9d466961def9 (patch)
treec085bd503777bf9b8e079ea29efb2bde64cd62f9
parent13aed207f1ee97452a65048ed0772b103c5a6f2c (diff)
fix english language string
added missing rel nofollow on registration page link git-svn-id: http://piwigo.org/svn/trunk@20924 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--language/en_UK/common.lang.php2
-rw-r--r--themes/default/template/menubar_identification.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 2eaec92d0..d085fd5d5 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -185,7 +185,7 @@ $lang['Filter and display'] = "Filter and display";
$lang['Filter'] = "Filter";
$lang['First'] = "First";
$lang['Forbidden'] = 'Forbidden';
-$lang['Forgot your password?'] = 'Forgotten your password?';
+$lang['Forgot your password?'] = 'Forgot your password?';
$lang['from %s to %s'] = "from %s to %s";
$lang['Go through the gallery as a visitor'] = "Navigate the gallery as a visitor";
$lang['group by letters'] = "group by letters";
diff --git a/themes/default/template/menubar_identification.tpl b/themes/default/template/menubar_identification.tpl
index 6063154da..736078c34 100644
--- a/themes/default/template/menubar_identification.tpl
+++ b/themes/default/template/menubar_identification.tpl
@@ -47,7 +47,7 @@
<input type="submit" name="login" value="{'Submit'|@translate}">
<span class="categoryActions">
{if isset($U_REGISTER)}
- <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
+ <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-register"> </span>
</a>
{/if}