From 3bfb3da091ddacd55f38ce616eab6236fab7518b Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Sun, 7 Jun 2015 15:22:49 -0400 Subject: [PATCH] Change CvPcb save toolbar button tooltip to reflect removal of *.cmp files. --- cvpcb/common_help_msg.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cvpcb/common_help_msg.h b/cvpcb/common_help_msg.h index c826c75d34..89d546e381 100644 --- a/cvpcb/common_help_msg.h +++ b/cvpcb/common_help_msg.h @@ -2,7 +2,7 @@ * 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) 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 * modify it under the terms of the GNU General Public License @@ -26,7 +26,6 @@ #define HELP_MESSAGE_FILE_H #define LOAD_FILE_HELP _( "Open netlist file" ) -#define SAVE_HLP_MSG _( "Save component/footprint link file (.cmp file)" ) -#define SAVE_AS_HLP_MSG _( "Save component/footprint link file (.cmp file) with new name" ) +#define SAVE_HLP_MSG _( "Save footprint association changes to netlist" ) #endif // HELP_MESSAGE_FILE_H