Changeset 20924


Ignore:
Timestamp:
Feb 22, 2013, 6:00:23 AM (11 years ago)
Author:
rvelices
Message:

fix english language string
added missing rel nofollow on registration page link

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/common.lang.php

    r20876 r20924  
    186186$lang['First'] = "First";
    187187$lang['Forbidden'] = 'Forbidden';
    188 $lang['Forgot your password?'] = 'Forgotten your password?';
     188$lang['Forgot your password?'] = 'Forgot your password?';
    189189$lang['from %s to %s'] = "from %s to %s";
    190190$lang['Go through the gallery as a visitor'] = "Navigate the gallery as a visitor";
  • trunk/themes/default/template/menubar_identification.tpl

    r13837 r20924  
    4848        <span class="categoryActions">
    4949{if isset($U_REGISTER)}
    50                 <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
     50                <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
    5151                        <span class="pwg-icon pwg-icon-register"> </span>
    5252                </a>
Note: See TracChangeset for help on using the changeset viewer.