You need to log in to create posts and topics.

Translation of settings dialog of capacitors doen not work

Hi, translation of settings dialog of capacitor and electrolytic capacitor does not work in version 1.1.0 RC1. There is probably wrong name space in CapacitorBase class.

#define tr(str) simulideTr("Capacitor",str)

should be

#define tr(str) simulideTr("CapacitorBase",str)

Thank you.

Solved at Rev 2173.