Actions
Bug #1577
closedPlugin edit: Plugin description: untranslated string
Bug #1577:
Plugin edit: Plugin description: untranslated string
Description
In plugin edit, the description is not translated from XML.
Actions
Added by beat almost 16 years ago. Updated over 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); ?>