1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Update pm_shortcodes.php

Add lang code
This commit is contained in:
Gábor
2016-09-15 09:30:00 +02:00
committed by GitHub
parent afbe20614b
commit 7cf2db0940

View File

@@ -731,7 +731,7 @@ if(!class_exists('plugin_pm_pm_shortcodes'))
$class = (!empty($parm['class'])) ? $parm['class'] : 'btn btn-sm btn-primary btn-block-level';
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ')."Compose</a>";
return "<a class='".$class."' href='".$urlCompose."'>".$tp->toGlyph('fa-edit',' ')."".LAN_PM_35."</a>";
}