Mark string for translation

This commit is contained in:
Jon Evans 2025-01-27 19:04:32 -05:00
parent 8a7bf78b38
commit 28a4ca2d80

View File

@ -424,7 +424,7 @@ void PCB_PLOTTER::PlotJobToPlotOpts( PCB_PLOT_PARAMS& aOpts, JOB_EXPORT_PCB_PLOT
if( colors->GetFilename() != theme ) if( colors->GetFilename() != theme )
{ {
aReporter.Report( wxString::Format( aReporter.Report( wxString::Format(
wxT( "Color theme '%s' not found, will use theme from PCB Editor settings.\n" ), _( "Color theme '%s' not found, will use theme from PCB Editor settings.\n" ),
theme ), theme ),
RPT_SEVERITY_WARNING ); RPT_SEVERITY_WARNING );
} }