Hello,
I've installed on drupal 6.13 and I cannot find the string for translate "Registration Code:" that appears above the profiles selection.

Why so hard-coded?

Comments

alan d.’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

?

The only reference is:

<?php
    $form['rolekey']['rolekeycode'] = array(
      '#title' => t('Registration Code'),
      '#description' => t('Please enter your registration code if you have one.'),
      // ....
    );
?>

These are form items, so do not try to sub. this 'Registration Code:', just 'Registration Code'

Alan

PS: Critical issues are for issues that kill an installation or something along those lines.

SestuDeus’s picture

Thanks for your instant reply :)

I don't know where the code you posted is ... I've checked all the rolekey.module but that lines doesn't appear in my code :(

Am I missing something?

p.s.: I was translating everything with the drupal string search and translate till now and typing "Registration Code" in the searchbox ...

strange things happens ... now the result is right and I can translate.

alan d.’s picture

Just confirming, you can translate that now? If so then the issue can be closed.

SestuDeus’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I can translate.
Thanks

p.s.: I hope I have close the issue (I find the issue manager a bit tricky)

alan d.’s picture

Setting the status to fixed or closed is great. The fixed status will automatically close itself after two weeks

Thanks