Small grammar fix

This commit is contained in:
Jon Neal 2016-08-24 16:16:00 -04:00 committed by Chris Pavlina
parent fdd434244c
commit 532a5fb827
2 changed files with 2 additions and 2 deletions

View File

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

View File

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