Skip to content

Commit

Permalink
Fixed typo. Fixes #790.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Apr 28, 2024
1 parent b957d6b commit ad661e9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion common/lc_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ lcCommandLineOptions lcApplication::ParseCommandLineOptions()
Options.StdOut += tr(" --fade-steps-color <rgba>: Renderinng color for prior step parts (#AARRGGBB).\n");
Options.StdOut += tr(" --highlight: Highlight parts in the steps they appear.\n");
Options.StdOut += tr(" --no-highlight: Do not highlight parts in the steps they appear.\n");
Options.StdOut += tr(" --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).\n");
Options.StdOut += tr(" --highlight-color: Rendering color for highlighted parts (#AARRGGBB).\n");
Options.StdOut += tr(" --shading <wireframe|flat|default|full>: Select shading mode for rendering.\n");
Options.StdOut += tr(" --line-width <width>: Set the width of the edge lines.\n");
Options.StdOut += tr(" --aa-samples <count>: AntiAliasing sample size (1, 2, 4, or 8).\n");
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_cs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4326,7 +4326,7 @@ Formát souboru není rozpoznán.</translation>
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4277,7 +4277,7 @@ Bitte lesen sie unter https://www.leocad.org nach wie man eine Bibliothek herunt
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4315,7 +4315,7 @@ Por favor, visita https://www.leocad.org para saber cómo descargar e instalar u
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation> --highlight-color: Color de renderizado para piezas resaltadas (#AARRGGBB).
</translation>
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@ SVP visitez https://www.leocad.org pour apprendre comment télécharger et insta
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@ Veja https://www.leocad.org para saber como descarragar e instalar uma bibliotec
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation type="unfinished"></translation>
</message>
Expand Down
2 changes: 1 addition & 1 deletion resources/leocad_uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4204,7 +4204,7 @@ File format is not recognized.</source>
</message>
<message>
<location filename="../common/lc_application.cpp" line="786"/>
<source> --highlight-color: Renderinng color for highlighted parts (#AARRGGBB).
<source> --highlight-color: Rendering color for highlighted parts (#AARRGGBB).
</source>
<translation type="unfinished"></translation>
</message>
Expand Down

0 comments on commit ad661e9

Please sign in to comment.