Achievo/ATK - Bugzilla – Bug 224
hard coded label word
Last modified: 2004-07-13 23:57:53
You need to log in before you can comment on or make changes to this bug.
i found a hard coded label word in the scheduler module. precisely, View by day "Allday appointments" I can't translate it in french
You can add $txt_allday_appointments to the language file, and I'll fix the scheduler so it'll read that entry from the language file.
It's not hardcoded actually, in class.base_dayview.inc on line 374, it's already inside a text() call. It's just missing from the language files. If you add it to french.lng, it'll work. ($txt_allday_appointments). I've also added it to english.lng and translated it for dutch.lng, so this entry can be closed.
Version cleanup.