mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02: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 )
|
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 );
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user