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
This commit is contained in:
parent
13aed207f1
commit
82217461c4
2 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue