Browse Source

Fix tooltip about Edge.Cuts (not) being plotted on all layers, remove period

6.0.7
Mark Hämmerling 4 years ago
committed by Seth Hillbrand
parent
commit
8f0b61715b
  1. 2
      pcbnew/dialogs/dialog_plot_base.cpp
  2. 2
      pcbnew/dialogs/dialog_plot_base.fbp

2
pcbnew/dialogs/dialog_plot_base.cpp

@ -91,7 +91,7 @@ DIALOG_PLOT_BASE::DIALOG_PLOT_BASE( wxWindow* parent, wxWindowID id, const wxStr
gbSizer1->Add( m_plotInvisibleText, wxGBPosition( 3, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL, 5 );
m_includeEdgeLayerOpt = new wxCheckBox( sbOptionsSizer->GetStaticBox(), wxID_ANY, _("Plot Edge.Cuts on all layers"), wxDefaultPosition, wxDefaultSize, 0 );
m_includeEdgeLayerOpt->SetToolTip( _("Do not plot the contents of the PCB edge layer on any other layers.") );
m_includeEdgeLayerOpt->SetToolTip( _("Plot the contents of the PCB edge layer on all layers") );
gbSizer1->Add( m_includeEdgeLayerOpt, wxGBPosition( 4, 0 ), wxGBSpan( 1, 1 ), wxALIGN_CENTER_VERTICAL, 5 );

2
pcbnew/dialogs/dialog_plot_base.fbp

@ -857,7 +857,7 @@
<property name="style"></property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Do not plot the contents of the PCB edge layer on any other layers.</property>
<property name="tooltip">Plot the contents of the PCB edge layer on all layers</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>

Loading…
Cancel
Save