Coder review flagged some content that's being translated twice, and some that's not being translated and should be.

Comments

ian clysdale’s picture

Here's a patch that in some places adds a t() call to text values being used in admin functions where they weren't being used, or in others removes the t() call in the title of menu items, where Drupal automatically calls it. Because i18n is hyper-intuitive like that. This deals with all i18n related issues in coder-review.

Again, this patch is against a version of the codebase that has already had my coder review formatting patch applied to it.

ian clysdale’s picture

Status: Active » Needs review
sebsebseb123’s picture

Status: Needs review » Closed (fixed)

Good catch. Patch applied!