In pathauto admin settings, a wrong command is returned
Julien PHAM - July 9, 2008 - 08:38
| Project: | Pathauto |
| Version: | 6.x-1.1 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Hi,
When we access the pathauto settings in the admin...
Category path is ok, for example I have two categories, and it returns the name of the category for the settings, so I know what I'm changing.
But for node type, it returns instead (sorry, it is in french) :
Modèle de chemin pour tout ce qui est %nodetypename :
Notice the %nodetypename code instead of the name of the nodetype.
So I have to figure out myself which one I have to change.
Thanks

#1
This is due to a bug with core's locale.module, importing strings marked as "fuzzy" (ie., not fully translated). See #256239: Locale imports fuzzy strings for more information.