| Anonymous | Login | Signup for a new account | 02-09-10 22:07 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015222 | phplist | Internationalization (l18n) | public | 26-01-09 00:25 | 23-03-09 15:43 | |
| Reporter | h2b2 | |||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.8 | |||||
| Target Version | Fixed in Version | 2.10.10 | ||||
| Summary | 0015222: String 'All Active Lists' appears to be hardcoded in admin/send.php | |||||
| Description | emmedi originally reported this hardcoded string in admin/send.php, line 103: ====== START QUOTE ======= $list_content .= '>'.$GLOBALS['I18N']->get('All Active Lists').''; This code does not allow a correct translation. We must replace the line like that? $list_content .= '>'.$GLOBALS['I18N']->get('allactive').''; ====== END QUOTE ======= Source: http://forums.phplist.com/viewtopic.php?t=19734 [^] | |||||
| Additional Information | The above issue was originally reported for v2.10.5, but still seems to be valid for v2.10.8 | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
| Copyright © 2000 - 2010 MantisBT Group |