Preference drop down list bug (v.1.8.0.457)
The first item is no longer "Saved preferences …"
Now it is an actual named preference, and it can not be loaded.
Preference drop down list bug (v.1.8.0.457)
The first item is no longer "Saved preferences …"
Now it is an actual named preference, and it can not be loaded.
This happens only with the english language, the translated ones are ok - I tried French, German and Dutch.
Jean-Paul
The header should be corrected in without "s" in "Preference(s)".
After that correction everything's O.K.
I guess the following header should be changed also?
--------------------
Notice
--------------------
Edit
not
[Preferences s (like jv16 wrote in English.lng 1.8.0.457)
or
[Preference sst (like redseujac wrote, although it works)
but
[Preference S (like in all previous versions of all language files)
In this line weird characters are used in stead of quotes:
7=Remember the PC health score you�ve got the very first time you ran our optimization tool? Remember those annoying programs that refused to uninstall and made your computer lag? Those days that you hope they would be gone forever, can creep in again.<br><br>Each and every day, new programs will make �temporary� registry entries they will �forget� to delete, each and every day the performance of your computer will worsen, each and every day your hard drive will become tainted with useless files that get in the way.<br><br>For 30 full days you have seen what {APPNAME} can do. No limitations, no strings attached. It is now the time to make the nightmare stop permanently and purchase the best optimization suite you have ever used.
you�ve
should be
you've
and
make �temporary� registry entries they will �forget� to delete
should be
make "temporary" registry entries they will "forget" to delete
The same applies to the translations in which these weird characters were not replaced by quotes yet.
redseujac wroteNot using the capitals will NOT keep the program from working properly in this case (it's rather a programming agreement)...
That's why I said "although it works".
Delphi wroteIt should not be
[Preferences s and [Preference (like jv16 wrote in English.lng 1.8.0.457)
or
[Preference s and [Preference saving tool (like redseujac wrote, although it works)
but
[Preference S and [Preference (like in all previous versions of all language files)
This is correct, this problem has now been fixed. A fixed version of the English language file will be included to the next released build.
jv16 wroteDelphi wroteIt should not be
[Preferences s and [Preference (like jv16 wrote in English.lng 1.8.0.457)
or
[Preference s and [Preference saving tool (like redseujac wrote, although it works)
but
[Preference S and [Preference (like in all previous versions of all language files)
This is correct, this problem has now been fixed. A fixed version of the English language file will be included to the next released build.
That's good.