mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-04 23:35:31 +00:00
Mark string for translation
This commit is contained in:
parent
8a7bf78b38
commit
28a4ca2d80
@ -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…
Reference in New Issue
Block a user