Hello,

while working on the translation I stumbled over a wrong unit in eeschema/dialogs/dialog_spice_model_base.fbp (which then also ends up in the dialog_spice_model_base.cpp file): 'fempto' should be 'femto'

Since git format-patch doesn't produce any output (PEBKAC), here's the diff.

Hooray for my very first code contribution to Kicad ;-)

Ingo

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

diff --git a/eeschema/dialogs/dialog_spice_model_base.fbp b/eeschema/dialogs/dialog_spice_model_base.fbp
index ea9cdf146..a3a08036a 100644
--- a/eeschema/dialogs/dialog_spice_model_base.fbp
+++ b/eeschema/dialogs/dialog_spice_model_base.fbp
@@ -1177,7 +1177,7 @@
<property name="gripper">0</property> <property name="hidden">0</property> <property name="id">wxID_ANY</property> - <property name="label">fempto</property> + <property name="label">femto</property> <property name="max_size"></property> <property name="maximize_button">0</property> <property name="maximum_size"></property>

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to