diff --git a/eeschema/dialogs/dialog_sym_lib_table_base.cpp b/eeschema/dialogs/dialog_sym_lib_table_base.cpp index 82c9208ae5..ba21f36131 100644 --- a/eeschema/dialogs/dialog_sym_lib_table_base.cpp +++ b/eeschema/dialogs/dialog_sym_lib_table_base.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Oct 17 2016) +// C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE! @@ -135,12 +135,12 @@ DIALOG_SYMBOL_LIB_TABLE_BASE::DIALOG_SYMBOL_LIB_TABLE_BASE( wxWindow* parent, wx bSizer51->Add( m_browse_button, 0, wxALL, 5 ); m_append_button = new wxButton( m_top_sizer->GetStaticBox(), wxID_ANY, _("Append Library"), wxDefaultPosition, wxDefaultSize, 0 ); - m_append_button->SetToolTip( _("Add a PCB library row to this table") ); + m_append_button->SetToolTip( _("Add a symbol library row to this table") ); bSizer51->Add( m_append_button, 0, wxALL, 5 ); m_delete_button = new wxButton( m_top_sizer->GetStaticBox(), wxID_ANY, _("Remove Library"), wxDefaultPosition, wxDefaultSize, 0 ); - m_delete_button->SetToolTip( _("Remove a PCB library from this library table") ); + m_delete_button->SetToolTip( _("Remove a symbol library from this library table") ); bSizer51->Add( m_delete_button, 0, wxALL, 5 ); diff --git a/eeschema/dialogs/dialog_sym_lib_table_base.fbp b/eeschema/dialogs/dialog_sym_lib_table_base.fbp index ea97e3b352..d419037a1d 100644 --- a/eeschema/dialogs/dialog_sym_lib_table_base.fbp +++ b/eeschema/dialogs/dialog_sym_lib_table_base.fbp @@ -1175,7 +1175,7 @@ 0 - Add a PCB library row to this table + Add a symbol library row to this table wxFILTER_NONE wxDefaultValidator @@ -1263,7 +1263,7 @@ 0 - Remove a PCB library from this library table + Remove a symbol library from this library table wxFILTER_NONE wxDefaultValidator diff --git a/eeschema/dialogs/dialog_sym_lib_table_base.h b/eeschema/dialogs/dialog_sym_lib_table_base.h index 2dce8bfbc1..3196d48191 100644 --- a/eeschema/dialogs/dialog_sym_lib_table_base.h +++ b/eeschema/dialogs/dialog_sym_lib_table_base.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////// -// C++ code generated with wxFormBuilder (version Oct 17 2016) +// C++ code generated with wxFormBuilder (version Aug 4 2017) // http://www.wxformbuilder.org/ // // PLEASE DO "NOT" EDIT THIS FILE!