Actions
Bug #1577
closedPlugin edit: Plugin description: untranslated string
Description
In plugin edit, the description is not translated from XML.
Actions
Added by beat about 15 years ago. Updated almost 15 years ago.
Description
In plugin edit, the description is not translated from XML.
r960 fixes this:
line 3608 in admin.comprofiler.html.php
should have been:
<?php echo CBTxt::T($row->description); ?>