The titles and descriptions that get saved in the admin/user/autoassignrole page needs to get passed through the translate function t() otherwise its impossible to translate.

Comments

mike.davis’s picture

Issue summary: View changes
Status: Active » Needs review
StatusFileSize
new19.44 KB

I have updated the admin descriptions as although these were all wrapped in the t() function, they were wrapping onto new lines which is preventing it from being able to be translated. The titles are all already wrapped in the t() function.

I have also applied a few coding standard changes in this patch as well.

Status: Needs review » Needs work

The last submitted patch, 1: translation-of-elements-1415942-1.patch, failed testing.

mike.davis’s picture

Not sure why this failed as the patch was just text & whitespace changes? Might be a false negative.

mike.davis’s picture

Status: Needs work » Fixed

This has been committed now.

  • mike.davis committed 5295eb2 on 6.x-2.x
    Issue #1415942 by mike.davis: Fixed translation of elements.
    

Status: Fixed » Closed (fixed)

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