From 3c5c795c1f8678173e260f754965990d8ade724c Mon Sep 17 00:00:00 2001 From: Lorenzo Marcantonio Date: Sun, 28 Apr 2013 15:34:59 +0200 Subject: [PATCH] Message fix: SMD is an acronym, should be upper case --- pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp b/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp index f750c9ddc5..98ef34ae8c 100644 --- a/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp +++ b/pcbnew/dialogs/dialog_edit_module_for_Modedit.cpp @@ -117,9 +117,9 @@ void DIALOG_MODULE_MODULE_EDITOR::initModeditProperties() m_ValueCtrl->SetValue( m_valueCopy->GetText() ); m_FootprintNameCtrl->SetValue( m_currentModule->GetLibRef() ); - m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non smd components" ) ); + m_AttributsCtrl->SetItemToolTip( 0, _( "Use this attribute for most non SMD components" ) ); m_AttributsCtrl->SetItemToolTip( 1, - _( "Use this attribute for smd components.\nOnly components with this option are put in the footprint position list file" ) ); + _( "Use this attribute for SMD components.\nOnly 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 (like a old ISA PC bus connector)" ) );