Hi,
Thanks for your work.
I'm using russian localisation at my site and when russian is a main language this:

    themename_removetab('Users', $vars); 

is not works. But this works:

    themename_removetab(t('Users'), $vars); 

Thanks.

Comments

sanduhrs’s picture

Status: Patch (to be ported) » Reviewed & tested by the community

I can confirm problem and came to the same solution.

davemybes’s picture

Status: Reviewed & tested by the community » Fixed

Thanks. Fixed in latest dev version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.