Modification for translation ('Plugin label').
This commit is contained in:
parent
c594873997
commit
dc6343c6e7
|
@ -14,7 +14,7 @@ class pluginTags extends Plugin {
|
|||
global $Language;
|
||||
|
||||
$html = '<div>';
|
||||
$html .= '<label>Plugin label</label>';
|
||||
$html .= '<label>'.$Language->get('Plugin label').'</label>';
|
||||
$html .= '<input name="label" id="jslabel" type="text" value="'.$this->getDbField('label').'">';
|
||||
$html .= '</div>';
|
||||
|
||||
|
|
Loading…
Reference in New Issue