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

thierry_gd’s picture

A correct label would be more "Modules translation status" has "Translation status" is already used

thierry_gd’s picture

A correct label would be more "Modules translation status" has "Translation status" is already used

brmassa’s picture

Assigned: Unassigned » brmassa
Status: Active » Fixed

Thierry,

thanks a lot for reporting and helping!
Its fixed on CVS 1.x-dev.

regards,

massa

thierry_gd’s picture

Priority: Normal » Critical
Status: Fixed » Active

The menu has now disappear after I install the new version

thierry_gd’s picture

After 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.

brmassa’s picture

Status: Active » Closed (works as designed)

Thierry,

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