You are not logged in.
Pages: 1
Hi , apologies if this has been answered but I have searched and cant find a specific answer.
I am using form creator plugin, which is great. I would like to change the way it is displayed on the UI so that instead of "Forms" it says 'Popular Requests" for example.
I cannot find a string in .po/.mo files or a php file that allows me to edit this. Or I may well be doping something wrong!!
Just wondered if this is possible?
Thanks
Offline
This should be the right entry within a .po file -- e.g. in this case for German:
#: ajax/homepage_link.php:36 inc/formlist.class.php:46 inc/form.class.php:111
#: entrée standard:47
msgid "Form"
msgid_plural "Forms"
msgstr[0] "Formular"
msgstr[1] "Formulare"
Did you compile the language file after updating?
Offline
Pages: 1