This is not a string. It seems to be a name of the forum.
Ok, that makes sense. I saw it on demo.moodle.net.
And how do I find a component that is not displayed on the drop-down list of components? (assignment)
Thanks in advance.
Válasz erre: Fábricz Károly
Re: Tárgy: Re: How to find string to translate
Mudrák David írta időpontban
Hi Karoly,
you are actually looking for mod_assignment. Since Moodle 2.0 we have started slow and long process of correct referencing of Moodle components so from now on, every Moodle plugin should be called as type_name. For activity modules, there is a nasty exception yet that they do not need to have mod_ prefix. Therefore, the name of the file is assignment.php but the component is mod_assignment.
Válasz erre: Mudrák David
Tárgy: Re: Tárgy: Re: How to find string to translate
Fábricz Károly írta időpontban
Thanks, David, for your timely reply.
Cheers,
Karoly