Hello,

The module doesn't use t() for page titles which makes them impossible to translate.

Quick way around is to use drupal_set_title() either in the theme or custom module where arg(0)=='legal' or arg(0)=='legal_accept'

File: legal.module, lines 83 and 90

Change:
'title' => 'Terms and Conditions',
to
'title' => t('Terms and Conditions'),

Thanks!

Comments

geek-merlin’s picture

Issue summary: View changes
Related issues: +#2499285: Fixed in Legal sandbox
geek-merlin’s picture

Status: Active » Closed (won't fix)
Related issues: -#2499285: Fixed in Legal sandbox

No. hook_menu eats untranslated title.