diff --git a/pcbnew/pcb_plotter.cpp b/pcbnew/pcb_plotter.cpp index 8306d56d82..80ea6b2345 100644 --- a/pcbnew/pcb_plotter.cpp +++ b/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 ); }