Change CvPcb save toolbar button tooltip to reflect removal of *.cmp files.
This commit is contained in:
parent
8fb520249e
commit
3bfb3da091
|
@ -2,7 +2,7 @@
|
||||||
* This program source code file is part of KiCad, a free EDA CAD application.
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2012 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
* Copyright (C) 2012 Jean-Pierre Charras, jp.charras at wanadoo.fr
|
||||||
* Copyright (C) 2014 KiCad Developers, see CHANGELOG.TXT for contributors.
|
* Copyright (C) 2014-2015 KiCad Developers, see CHANGELOG.TXT for contributors.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU General Public License
|
* modify it under the terms of the GNU General Public License
|
||||||
|
@ -26,7 +26,6 @@
|
||||||
#define HELP_MESSAGE_FILE_H
|
#define HELP_MESSAGE_FILE_H
|
||||||
|
|
||||||
#define LOAD_FILE_HELP _( "Open netlist file" )
|
#define LOAD_FILE_HELP _( "Open netlist file" )
|
||||||
#define SAVE_HLP_MSG _( "Save component/footprint link file (.cmp file)" )
|
#define SAVE_HLP_MSG _( "Save footprint association changes to netlist" )
|
||||||
#define SAVE_AS_HLP_MSG _( "Save component/footprint link file (.cmp file) with new name" )
|
|
||||||
|
|
||||||
#endif // HELP_MESSAGE_FILE_H
|
#endif // HELP_MESSAGE_FILE_H
|
||||||
|
|
Loading…
Reference in New Issue