mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 20:31:41 +00:00
Use existing string for ohm-meter units
(cherry picked from commit ce5f3f642e
)
This commit is contained in:
parent
92a1f0dc1d
commit
241f4cae2a
pcb_calculator/calculator_panels
@ -103,7 +103,7 @@ PANEL_TRANSLINE_BASE::PANEL_TRANSLINE_BASE( wxWindow* parent, wxWindowID id, con
|
||||
|
||||
fgSizerSubstPrms->Add( bSizer443, 1, wxEXPAND, 5 );
|
||||
|
||||
m_substrate_prm3_labelUnit = new wxStaticText( sbSubstrateBoxSizer->GetStaticBox(), wxID_ANY, _("ohm * m"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_substrate_prm3_labelUnit = new wxStaticText( sbSubstrateBoxSizer->GetStaticBox(), wxID_ANY, _("ohm-meter"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_substrate_prm3_labelUnit->Wrap( -1 );
|
||||
fgSizerSubstPrms->Add( m_substrate_prm3_labelUnit, 0, wxALL, 5 );
|
||||
|
||||
|
@ -937,7 +937,7 @@
|
||||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">ohm * m</property>
|
||||
<property name="label">ohm-meter</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
Loading…
Reference in New Issue
Block a user