Panel Edit Options: Fix "Show Page Limits" tooltip message
This commit is contained in:
parent
f6c4677189
commit
7a255edc5f
|
@ -361,7 +361,7 @@ PANEL_EDIT_OPTIONS_BASE::PANEL_EDIT_OPTIONS_BASE( wxWindow* parent, wxWindowID i
|
|||
|
||||
m_Show_Page_Limits = new wxCheckBox( sbSizer4->GetStaticBox(), wxID_ANY, _("Show page limits"), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_Show_Page_Limits->SetValue(true);
|
||||
m_Show_Page_Limits->SetToolTip( _("Draw gray line that outlines the sheet size.") );
|
||||
m_Show_Page_Limits->SetToolTip( _("Draw an outline to show the sheet size.") );
|
||||
|
||||
sbSizer4->Add( m_Show_Page_Limits, 0, wxBOTTOM|wxRIGHT|wxLEFT, 5 );
|
||||
|
||||
|
|
|
@ -3413,7 +3413,7 @@
|
|||
<property name="style"></property>
|
||||
<property name="subclass"></property>
|
||||
<property name="toolbar_pane">0</property>
|
||||
<property name="tooltip">Draw gray line that outlines the sheet size.</property>
|
||||
<property name="tooltip">Draw an outline to show the sheet size.</property>
|
||||
<property name="validator_data_type"></property>
|
||||
<property name="validator_style">wxFILTER_NONE</property>
|
||||
<property name="validator_type">wxDefaultValidator</property>
|
||||
|
|
Loading…
Reference in New Issue