Avoid changing a translated string when not mandatory.

This commit is contained in:
jean-pierre charras 2022-07-29 20:04:52 +02:00
parent 06e612661c
commit 650caae323
1 changed files with 1 additions and 1 deletions

View File

@ -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,