From 28a4ca2d8066d4447bd5b72b8f74426be4776bfe Mon Sep 17 00:00:00 2001
From: Jon Evans <jon@craftyjon.com>
Date: Mon, 27 Jan 2025 19:04:32 -0500
Subject: [PATCH] Mark string for translation

---
 pcbnew/pcb_plotter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 );
     }