Closed (fixed)
Project:
Pathauto
Version:
5.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2007 at 11:32 UTC
Updated:
12 Nov 2007 at 22:42 UTC
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.