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.

Hello ,


This happens only with the english language, the translated ones are ok - I tried French, German and Dutch.


Jean-Paul

Well that's a workaround -- to load the top preference, just switch your language. :

There's an error in the English.lng file...


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: if you update your translation due to the updated English.lng file, you should NOT modify the previous correct header for Preference saving :

--------------------

Edit: Maybe jv16 changed the Language file, but didn't match the program code?

Sorry, we encountered an error while displaying this content. If you're a user, please try again later. If you're an administrator, take a look in your Flarum log files for more information.

It 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)

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.

Sorry, we encountered an error while displaying this content. If you're a user, please try again later. If you're an administrator, take a look in your Flarum log files for more information.

redseujac wrote
Not 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 wrote
It 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 wrote
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.

That's good.