Modification for translation ('Plugin label').

This commit is contained in:
Edi 2015-11-10 01:26:31 +01:00
parent c594873997
commit dc6343c6e7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class pluginTags extends Plugin {
global $Language; global $Language;
$html = '<div>'; $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 .= '<input name="label" id="jslabel" type="text" value="'.$this->getDbField('label').'">';
$html .= '</div>'; $html .= '</div>';