Panel Edit Options: Fix "Show Page Limits" tooltip message

This commit is contained in:
Roberto Fernandez Bautista 2021-03-18 19:15:22 +00:00 committed by Jeff Young
parent f6c4677189
commit 7a255edc5f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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