Plugin Directory

Changeset 846921


Ignore:
Timestamp:
01/28/2014 12:50:14 PM (12 years ago)
Author:
SivaDu
Message:

translation added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anylink/tags/0.1.7/classes/al_option.php

    r846905 r846921  
    116116            $rel = $this -> anylinkOptions['rel'];
    117117        $html  = "rel=<input type='text' id='anylink_rel' name='anylink_options[rel]' value='{$rel}' class='regular-text' size='20' /><br />";
    118         $html .= __( "Set the property 'rel' of URLs. If you want to use the default property, please leave it blank." );
    119         $html .= "<br />" . __( "Use single blank character to seperate its values." );
     118        $html .= __( "Set the property 'rel' of URLs. If you want to use the default property, please leave it blank.",'anylink' );
     119        $html .= "<br />" . __( "Use single blank character to seperate its values.", 'anylink' );
    120120        echo $html;
    121121    }
Note: See TracChangeset for help on using the changeset viewer.