Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-03-25 19:56:32
- marios
- Archived Plugin Author

- Registered: 2005-03-12
- Posts: 1,253
php_tag wrong langugage string index
line 3348 and 3349 reads:
'downloads asc' => gTxt('download_count').$asc,
'downloads desc' => gTxt('download_count').$desc,
I think it should be:
'downloads asc' => gTxt('file_download_count').$asc,
'downloads desc' => gTxt('file_download_count').$desc,
Textpattern version: 4.0.4 (r2253)
regards
⌃ ⇧ < ⎋ ⌃ ⇧ >
Offline
#2 2007-03-26 05:23:15
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: php_tag wrong langugage string index
Thanks for pointing that out. r2260
Offline
Pages: 1