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
Comment #1
gregglesFixed - thanks!
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.