Page 1 of 1

Little bug

Posted: Sat Mar 24, 2018 2:09 pm
by topoldo
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

Re: Little bug

Posted: Sat Mar 24, 2018 8:36 pm
by Klemen
It's a duplicate, yes, good catch!

The second one is valid, the first one will be deleted in the next release.