There is an untranslatable string on page ?q=admin/settings/supercron: there is a heading 'Output' which is translatable, but the string for the link to the output itself is not.
In the string 'SuperCron sports a mini firewall that offers a way to ...', isn't it that 'sports' should be 'supports'?
Comments
Comment #1
MisterSpeed commentedGood catch; I combed through the code and found a few more instances of untranslatable strings. The updated code is in CVS.
"Sports": It is just a synonym for "features" which has become so overused that I get entirely oblivious to it. It would be "supports" if it was working in conjunction with (e.g. supporting) an external element of code.
Comment #2
MisterSpeed commentedComment #4
dave reidTitles and descriptions in hook_menu() should *not* be wrapped in t(). Please read the docs.
Comment #5
MisterSpeed commented1 instance was left in 1.3; fixed in 1.4. Thanks Dave !