Please, do replace pathauto_module.inc line 29
$fieldlabel = t('Pattern for all '. $nodetype->name .' paths');
with
$fieldlabel = t('Pattern for all %nodetype-name paths', array('%nodetype-name' => $nodetype->name));
It is terrible to change new srting any time I add node type.

Comments

greggles’s picture

Title: localization - pathauto_module.inc » reduce strings that need to be translated for node patterns
Status: Active » Fixed

Fixed - thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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