Posted by jp.stacey on September 15, 2009 at 10:07am
Jump to:
| Project: | Subdomain |
| Version: | 6.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Further to http://drupal.org/node/360649 , there are still some instances where t() is not present in form_set_error() . This means that the tokens are not replaced, and e.g. error messages read literally:
There is already a @type_name with that @type_title. Please enter a different @type_name
Attached a patch for a couple more t() functions. I have also reworded the error message slightly, because "There is already a @type_name" is not good English if @type_name begins with a vowel e.g. "There is already a event".
| Attachment | Size |
|---|---|
| subdomain_t_patch.txt | 1.54 KB |
Comments
#1
Thanks for the patch. Fixed in HEAD (new dev release should be out tomorrow)
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.