Code: Select all
condition = (
Docked,
Green,
Yellow,
Red
);
This has two consequences: (1) the old "Docked" condition has for some reason been replaced with "Safe", and (2) the conditions can't be localized anymore.
This used to be "Angedockt" in German.
This used to be "Gelb" in German.
Please revert the hard-coding to running through descriptions.plist. Thanks!