From 650caae323e3a0c6957566755417b4eb6bdc1564 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Fri, 29 Jul 2022 20:04:52 +0200 Subject: [PATCH] Avoid changing a translated string when not mandatory. --- utils/kicad2step/kicad2step_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/kicad2step/kicad2step_app.cpp b/utils/kicad2step/kicad2step_app.cpp index 9b46599e35..05a12c09e5 100644 --- a/utils/kicad2step/kicad2step_app.cpp +++ b/utils/kicad2step/kicad2step_app.cpp @@ -86,7 +86,7 @@ static const wxCmdLineEntryDesc cmdLineDesc[] = { _( "Substitute STEP or IGS models with the same name in place of VRML models" ).mb_str(), wxCMD_LINE_VAL_NONE, wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_OPTION, NULL, "min-distance", - _( "Minimum distance between points to treat them as separate ones (default 0.01mm)" ) + _( "Minimum distance between points to treat them as separate ones (default 0.01 mm)" ) .mb_str(), wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL }, { wxCMD_LINE_SWITCH, "h", NULL, _( "display this message" ).mb_str(), wxCMD_LINE_VAL_NONE,