kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #31151
[PATCH] Unit naming in eeschema spice model config
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>
Follow ups