Keep previous commit from violating string freeze.

This commit is contained in:
Jeff Young 2021-11-29 20:09:35 +00:00
parent 78be5df39a
commit a0711bdb56
2 changed files with 2 additions and 2 deletions

View File

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

View File

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