diff --git a/3d-viewer/3d_viewer/3d_menubar.cpp b/3d-viewer/3d_viewer/3d_menubar.cpp index 867b6db73e..125c021955 100644 --- a/3d-viewer/3d_viewer/3d_menubar.cpp +++ b/3d-viewer/3d_viewer/3d_menubar.cpp @@ -174,7 +174,7 @@ void EDA_3D_VIEWER::CreateMenuBar() materialsList->AppendRadioItem( ID_MENU3D_FL_RENDER_MATERIAL_MODE_DIFFUSE_ONLY, _( "Use Diffuse Only" ), - _( "Use only the diffuse color property from model 3D model file " ) ); + _( "Use only the diffuse color property from model 3D model file" ) ); materialsList->AppendRadioItem( ID_MENU3D_FL_RENDER_MATERIAL_MODE_CAD_MODE, _( "CAD Color Style" ), diff --git a/kicad/menubar.cpp b/kicad/menubar.cpp index 994b2602aa..a45c4ff5a1 100644 --- a/kicad/menubar.cpp +++ b/kicad/menubar.cpp @@ -386,7 +386,7 @@ void KICAD_MANAGER_FRAME::ReCreateMenuBar() msg = AddHotkeyName( _( "Convert Image" ), kicad_Manager_Hokeys_Descr, HK_RUN_BM2COMPONENT ); AddMenuItem( toolsMenu, ID_TO_BITMAP_CONVERTER, msg, - _( "Convert bitmap images to schematic or PCB components" ), + _( "Convert bitmap images to schematic or PCB components." ), KiBitmap( bitmap2component_xpm ) ); msg = AddHotkeyName( _( "Calculator Tools" ), kicad_Manager_Hokeys_Descr, HK_RUN_PCBCALCULATOR ); diff --git a/pcbnew/dialogs/panel_pcbnew_settings_base.cpp b/pcbnew/dialogs/panel_pcbnew_settings_base.cpp index 251cc1d80a..09545f43d9 100644 --- a/pcbnew/dialogs/panel_pcbnew_settings_base.cpp +++ b/pcbnew/dialogs/panel_pcbnew_settings_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! @@ -124,7 +124,7 @@ PANEL_PCBNEW_SETTINGS_BASE::PANEL_PCBNEW_SETTINGS_BASE( wxWindow* parent, wxWind m_Track_DoubleSegm_Ctrl = new wxCheckBox( bLegacyOptionsSizer->GetStaticBox(), wxID_ANY, _("&Use double segmented tracks"), wxDefaultPosition, wxDefaultSize, 0 ); m_Track_DoubleSegm_Ctrl->SetValue(true); - m_Track_DoubleSegm_Ctrl->SetToolTip( _("Use two track segments, with 45 degrees angle between them, when drawing a new track ") ); + m_Track_DoubleSegm_Ctrl->SetToolTip( _("Use two track segments, with 45 degrees angle between them, when drawing a new track") ); bLegacyOptionsSizer->Add( m_Track_DoubleSegm_Ctrl, 0, wxBOTTOM|wxLEFT|wxRIGHT, 5 ); diff --git a/pcbnew/dialogs/panel_pcbnew_settings_base.fbp b/pcbnew/dialogs/panel_pcbnew_settings_base.fbp index a45a74e66b..c64aa210c3 100644 --- a/pcbnew/dialogs/panel_pcbnew_settings_base.fbp +++ b/pcbnew/dialogs/panel_pcbnew_settings_base.fbp @@ -1,6 +1,6 @@ - + C++ @@ -14,6 +14,7 @@ panel_pcbnew_settings_base 1000 none + 1 PanelPcbnewSettings @@ -48,13 +49,20 @@ wxTAB_TRAVERSAL - + + + + + + + + @@ -165,7 +173,14 @@ + + + + + + + @@ -255,7 +270,14 @@ + + + + + + + @@ -356,7 +378,14 @@ + + + + + + + @@ -444,7 +473,14 @@ + + + + + + + @@ -532,7 +568,14 @@ + + + + + + + @@ -620,7 +663,14 @@ + + + + + + + @@ -695,6 +745,7 @@ 0 wxID_ANY &Rotation angle: + 0 0 @@ -720,7 +771,14 @@ -1 + + + + + + + @@ -807,7 +865,14 @@ + + + + + + + @@ -915,7 +980,14 @@ + + + + + + + @@ -1005,7 +1077,14 @@ + + + + + + + @@ -1106,7 +1185,14 @@ + + + + + + + @@ -1194,7 +1280,14 @@ + + + + + + + @@ -1282,7 +1375,14 @@ + + + + + + + @@ -1362,7 +1462,7 @@ 0 - Use two track segments, with 45 degrees angle between them, when drawing a new track + Use two track segments, with 45 degrees angle between them, when drawing a new track wxFILTER_NONE wxDefaultValidator @@ -1370,7 +1470,14 @@ + + + + + + + diff --git a/pcbnew/dialogs/panel_pcbnew_settings_base.h b/pcbnew/dialogs/panel_pcbnew_settings_base.h index 5400fc9a6b..dd7e63cb26 100644 --- a/pcbnew/dialogs/panel_pcbnew_settings_base.h +++ b/pcbnew/dialogs/panel_pcbnew_settings_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Dec 30 2017) +// C++ code generated with wxFormBuilder (version Jul 11 2018) // http://www.wxformbuilder.org/ // // PLEASE DO *NOT* EDIT THIS FILE! diff --git a/pcbnew/kicad_plugin.cpp b/pcbnew/kicad_plugin.cpp index 0766ef9c48..4ccc2e94dd 100644 --- a/pcbnew/kicad_plugin.cpp +++ b/pcbnew/kicad_plugin.cpp @@ -2089,7 +2089,7 @@ void PCB_IO::FootprintSave( const wxString& aLibraryPath, const MODULE* aFootpri if( fn.FileExists() && !fn.IsFileWritable() ) { - THROW_IO_ERROR( wxString::Format( _( "No write permissions to delete file \"%s\" " ), + THROW_IO_ERROR( wxString::Format( _( "No write permissions to delete file \"%s\"" ), fn.GetFullPath() ) ); }