Keep previous commit from violating string freeze.
This commit is contained in:
parent
78be5df39a
commit
a0711bdb56
|
@ -36,7 +36,7 @@ DIALOG_LIB_SHAPE_PROPERTIES_BASE::DIALOG_LIB_SHAPE_PROPERTIES_BASE( wxWindow* pa
|
|||
|
||||
dlgBorderSizer->Add( bSizerLineWidth, 0, wxEXPAND, 5 );
|
||||
|
||||
m_helpLabel = new wxStaticText( this, wxID_ANY, _("Set width to 0 to use Schematic default symbol line width."), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_helpLabel = new wxStaticText( this, wxID_ANY, _("Set to 0 to use default values"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_helpLabel->Wrap( 333 );
|
||||
dlgBorderSizer->Add( m_helpLabel, 0, wxALL, 5 );
|
||||
|
||||
|
|
|
@ -296,7 +296,7 @@
|
|||
<property name="gripper">0</property>
|
||||
<property name="hidden">0</property>
|
||||
<property name="id">wxID_ANY</property>
|
||||
<property name="label">Set width to 0 to use Schematic default symbol line width.</property>
|
||||
<property name="label">Set to 0 to use default values</property>
|
||||
<property name="markup">0</property>
|
||||
<property name="max_size"></property>
|
||||
<property name="maximize_button">0</property>
|
||||
|
|
Loading…
Reference in New Issue