The new index was a crime to make good help text for.
Since it is the first page of the program, there is a need for more help text than on other pages would be the case.
To avoid very long pieces of text, I have split up all items into smaller pieces and linked them together in some additional variabels.
Those additional varibles are in the help_text.xx files, but should NOT be touched.
There is nothing in to translate anyway.
Normally all help text variables and with _help like in
$pgv_lang["menu_charts_help"]
The additional varibles have the _help in the middle, like in $pgv_lang["menu_help_items"]
The advantage of cutting the help text in smaller pieces is obvious:
They can be used somewhere else as well and they are better to handle.
*Jans*
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi people,
The new index was a crime to make good help text for.
Since it is the first page of the program, there is a need for more help text than on other pages would be the case.
To avoid very long pieces of text, I have split up all items into smaller pieces and linked them together in some additional variabels.
Those additional varibles are in the help_text.xx files, but should NOT be touched.
There is nothing in to translate anyway.
Normally all help text variables and with _help like in
$pgv_lang["menu_charts_help"]
The additional varibles have the _help in the middle, like in $pgv_lang["menu_help_items"]
The advantage of cutting the help text in smaller pieces is obvious:
They can be used somewhere else as well and they are better to handle.
*Jans*