Little bug
Posted: Sat Mar 24, 2018 2:09 pm
Hi Klemen!
While I was translating MfH 3.3.1 into Italian I noticed that in the original (= English) Hesk 2.7.6 text.php (and maybe also in previous versions) there is the duplication of a variable.
In fact you can find, at different levels, these two expressions:
- $hesklang['crt']='Report type';
- $hesklang['crt']='Choose report type:';
I don't know if they refer to the same thing (simply with a little bit different association of text) or if they should be 2 different variables which unfortunately have the same name.
Cheers,
Topoldo
While I was translating MfH 3.3.1 into Italian I noticed that in the original (= English) Hesk 2.7.6 text.php (and maybe also in previous versions) there is the duplication of a variable.
In fact you can find, at different levels, these two expressions:
- $hesklang['crt']='Report type';
- $hesklang['crt']='Choose report type:';
I don't know if they refer to the same thing (simply with a little bit different association of text) or if they should be 2 different variables which unfortunately have the same name.
Cheers,
Topoldo