I've found 4 not translateable strings in the panopoly_widgets/panopoly_widgets.module:

$subtype['title'] = 'Add submenu';
$subtype['title'] = 'Add content item';
$subtype['title'] = 'Add content list';
$form['reusable']['category']['#value'] = 'Reusable Content';

This strings should be wrapped into the t() function (like the others in the panopoly_widgets.module).

Comments

populist’s picture

Status: Active » Needs review
StatusFileSize
new2.46 KB

Here is a patch that makes it all translatable

populist’s picture

Status: Needs review » Fixed

Reviewed and pushed to dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.