From 532a5fb827a95dc658e28a6d94d3f6aac5a90ef3 Mon Sep 17 00:00:00 2001 From: Jon Neal Date: Wed, 24 Aug 2016 16:16:00 -0400 Subject: [PATCH] Small grammar fix --- pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp | 2 +- pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp b/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp index e267173869..5c39ba98f0 100644 --- a/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp +++ b/pcbnew/dialogs/dialog_edit_module_for_BoardEditor.cpp @@ -343,7 +343,7 @@ void DIALOG_MODULE_BOARD_EDITOR::InitModeditProperties() "Only components with this option are put in the footprint position list file" ) ); m_AttributsCtrl->SetItemToolTip( 2, _( "Use this attribute for \"virtual\" components drawn on board\n" - "like a edge connector (old ISA PC bus for instance)" ) ); + "like an edge connector (old ISA PC bus for instance)" ) ); // Controls on right side of the dialog switch( m_CurrentModule->GetAttributes() & 255 ) diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp b/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp index a67446f715..a79255d74b 100644 --- a/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp +++ b/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp @@ -179,7 +179,7 @@ void DIALOG_MODULE_MODULE_EDITOR::initModeditProperties() "Only components with this option are put in the footprint position list file" ) ); m_AttributsCtrl->SetItemToolTip( 2, _( "Use this attribute for \"virtual\" components drawn on board\n" - "like a edge connector (old ISA PC bus for instance)" ) ); + "like an edge connector (old ISA PC bus for instance)" ) ); // Controls on right side of the dialog switch( m_currentModule->GetAttributes() & 255 )