The label of the menu appearing i.e. "Modules" is confusing : first time I have seen it I had no idea it was about translation I was thinking it was about module administration
function lt_extractor_menu($may_cache) {
...
"path" => "translations/project_status",
"title" => t("Modules"),
This label should perhaps be changed to "Translation status" or something similar
Comments
Comment #1
thierry_gd commentedA correct label would be more "Modules translation status" has "Translation status" is already used
Comment #2
thierry_gd commentedA correct label would be more "Modules translation status" has "Translation status" is already used
Comment #3
brmassa commentedThierry,
thanks a lot for reporting and helping!
Its fixed on CVS 1.x-dev.
regards,
massa
Comment #4
thierry_gd commentedThe menu has now disappear after I install the new version
Comment #5
thierry_gd commentedAfter looking in the code, I see that this menu is now called "Projects translation status" and can be accessed through the section "Administer"
It become complicated to look for the menus of the modules : I count at least 3 ones. It seem necessary to group them together.
Comment #6
brmassa commentedThierry,
the links comes from three modules: LT (used only by high end users), LT Extractor (used only by Drupal maintainers and probably the menu will be deleted on final version) and LT Web Translation (used by comunity). Thats why they are in different places.
LT WT links should be visible to everyone, while LT and LT Extractor links should be only accessed by admins.
regards,
massa