Use existing string for ohm-meter units

(cherry picked from commit ce5f3f642ef5ab5f4dfaf9a3cf607cc2b38bf1af)
This commit is contained in:
Ian McInerney 2025-01-02 23:51:38 +00:00
parent 92a1f0dc1d
commit 241f4cae2a
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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>