Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.5
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2011 at 15:36 UTC
Updated:
17 Mar 2014 at 13:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
petermallett commentededit: oops! my patch file was backwards (/blush) corrected in next comment
Here's a patch where I've modified the areas where list titles and descriptions are added to forms.
I know _technically_ using t() with variable input is a "no-no", but in this case, there doesn't seem to be any other way to translate these strings. Also, they are input via a plain text form element, so they should be translatable text (no html, php, etc.)
I also removed an instance of t('')
If you do apply this patch, remember you must view the output in a language other than your site's default before the string will appear in the translation interface (see: http://drupal.org/node/800790)
Comment #2
petermallett commentedCorrected patch file.
Comment #3
bleedev commentedCommitted patch.
Comment #4
kopeboyCan we have this ported to a drupal 7 version please?