mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
9 lines
329 B
C
9 lines
329 B
C
|
#ifndef HELP_MESSAGE_FILE_H
|
||
|
#define HELP_MESSAGE_FILE_H
|
||
|
|
||
|
#define LOAD_FILE_HELP _( "Open a net list file" )
|
||
|
#define SAVE_HLP_MSG _( "Save the component/footprint link file (.cmp file)" )
|
||
|
#define SAVE_AS_HLP_MSG _( "Save the component/footprint link file (.cmp file) with a new name" )
|
||
|
|
||
|
#endif // HELP_MESSAGE_FILE_H
|