From 7a255edc5f6c006f4d342f745cc515633df1e098 Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Thu, 18 Mar 2021 19:15:22 +0000 Subject: [PATCH] Panel Edit Options: Fix "Show Page Limits" tooltip message --- pcbnew/dialogs/panel_edit_options_base.cpp | 2 +- pcbnew/dialogs/panel_edit_options_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/panel_edit_options_base.cpp b/pcbnew/dialogs/panel_edit_options_base.cpp index 2b8cce9084..77dac46183 100644 --- a/pcbnew/dialogs/panel_edit_options_base.cpp +++ b/pcbnew/dialogs/panel_edit_options_base.cpp @@ -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 ); diff --git a/pcbnew/dialogs/panel_edit_options_base.fbp b/pcbnew/dialogs/panel_edit_options_base.fbp index b27f7820ba..2436feae13 100644 --- a/pcbnew/dialogs/panel_edit_options_base.fbp +++ b/pcbnew/dialogs/panel_edit_options_base.fbp @@ -3413,7 +3413,7 @@ 0 - Draw gray line that outlines the sheet size. + Draw an outline to show the sheet size. wxFILTER_NONE wxDefaultValidator