Reserve strings for Tune Length

This commit is contained in:
Alex Shvartzkop 2024-02-10 02:43:58 +03:00
parent 04ccf7e885
commit fcdd34f58b
1 changed files with 6 additions and 0 deletions

View File

@ -2318,6 +2318,12 @@ TOOL_ACTION PCB_ACTIONS::tuneDiffPair( TOOL_ACTION_ARGS()
.Flags( AF_ACTIVATE )
.Parameter( PNS::PNS_MODE_TUNE_DIFF_PAIR ) );
// Reserved strings
#if 0
_( "Tune Length of a Single Track" );
_( "Tune Length of a Differential Pair" );
#endif
TOOL_ACTION PCB_ACTIONS::tuneSkew( TOOL_ACTION_ARGS()
.Name( "pcbnew.LengthTuner.TuneDiffPairSkew" )
.Scope( AS_GLOBAL )