Browse Source

Mark string for translation

pcb_db
Jon Evans 11 months ago
parent
commit
28a4ca2d80
  1. 2
      pcbnew/pcb_plotter.cpp

2
pcbnew/pcb_plotter.cpp

@ -424,7 +424,7 @@ void PCB_PLOTTER::PlotJobToPlotOpts( PCB_PLOT_PARAMS& aOpts, JOB_EXPORT_PCB_PLOT
if( colors->GetFilename() != theme )
{
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 ),
RPT_SEVERITY_WARNING );
}

Loading…
Cancel
Save