Possible error or not?
-
Possible error
In one of the previous versions of the English language file there was: <Item id=“7146” name=“MB (1 - 4096)”/>
Later, a change appeared: <Item id=“7146” name=“MB (1 - 2046)”/>
Currently, in English and German language files: <Item id=“7146” name=“MB (1 - 2046)”/>
but in French, as before: <Item id=“7146” name=“Mo (1 - 4096)”/>Question: Is this change “correct” or “random”?
-
The explanation given in the commit message says that the old 4096 Mb limit was actually causing a crash, so it had to be lowered to a limit that was 2046 Mb. That commit changed a bunch of the translation files, but apparently not all of them.
It was definitely an intentional/correct change to the limit text, and if you’ve found one or more languages that haven’t been updated, that could be reported to the developer using the official Issue interface at the GitHub repo, as described in our feature-request/bug-report FAQ (if it hasn’t been reported already).
-
@PeterJones
Thank you very much. Now “everything has fallen into place.”