In the latest CVS version of the language files I discovered a variable which is declared twice, in configure_help.xx and in lang.xx.
As a result, I changed pgv_lang["welcome"] to pgv_lang["welcome_new"] and pgv["welcome_help"] to pgv["welcome_new_help"], both in configure_help.en.
Also the code where these vars are used, is adjusted.
The files configure_help.en and .nl are already changed, please change the name of both vars in the configure_help file of your own language.
Thanks
Boudewijn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
In the latest CVS version of the language files I discovered a variable which is declared twice, in configure_help.xx and in lang.xx.
As a result, I changed pgv_lang["welcome"] to pgv_lang["welcome_new"] and pgv["welcome_help"] to pgv["welcome_new_help"], both in configure_help.en.
Also the code where these vars are used, is adjusted.
The files configure_help.en and .nl are already changed, please change the name of both vars in the configure_help file of your own language.
Thanks
Boudewijn