Actions
Bug #1577
closedPlugin edit: Plugin description: untranslated string
Description
In plugin edit, the description is not translated from XML.
Updated by beat over 14 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
r960 fixes this:
line 3608 in admin.comprofiler.html.php
should have been:
<?php echo CBTxt::T($row->description); ?>
Actions