From 29dc9ebcdb8687299d8a3122a2695957514d9d55 Mon Sep 17 00:00:00 2001 From: FEA-eng <59876896+FEA-eng@users.noreply.github.com> Date: Tue, 16 Sep 2025 04:51:56 +0200 Subject: [PATCH] Fix typos in the strings reported in Crowdin (#23956) * BIM: Update dialogWelcome.ui * BIM: Update dialogWelcome.ui * Mesh: Update Command.cpp * MeshPart: Update Tessellation.cpp * Mesh: Update Selection.ui * Robot: Update TaskTrajectoryDressUpParameter.ui * Core: Update MayaGestureNavigationStyle.cpp * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- src/Gui/Navigation/MayaGestureNavigationStyle.cpp | 2 +- src/Mod/BIM/Resources/ui/dialogWelcome.ui | 4 ++-- src/Mod/Mesh/Gui/Command.cpp | 2 +- src/Mod/Mesh/Gui/Selection.ui | 4 ++-- src/Mod/MeshPart/Gui/Tessellation.cpp | 2 +- src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Gui/Navigation/MayaGestureNavigationStyle.cpp b/src/Gui/Navigation/MayaGestureNavigationStyle.cpp index d04853e7bb..49a97edef7 100644 --- a/src/Gui/Navigation/MayaGestureNavigationStyle.cpp +++ b/src/Gui/Navigation/MayaGestureNavigationStyle.cpp @@ -94,7 +94,7 @@ const char* MayaGestureNavigationStyle::mouseButtons(ViewerMode mode) case NavigationStyle::PANNING: return QT_TR_NOOP("Drag screen with two fingers OR press Alt + middle mouse button."); case NavigationStyle::DRAGGING: - return QT_TR_NOOP("Drag screen with one finger OR press Alr + left mouse button. In Sketcher and other edit modes, hold Alt in addition."); + return QT_TR_NOOP("Drag screen with one finger OR press Alt + left mouse button. In Sketcher and other edit modes, hold Alt in addition."); case NavigationStyle::ZOOMING: return QT_TR_NOOP("Pinch (place two fingers on the screen and drag them apart from or towards each other) OR scroll mouse wheel OR press Alt + right mouse button OR PgUp/PgDown on keyboard."); default: diff --git a/src/Mod/BIM/Resources/ui/dialogWelcome.ui b/src/Mod/BIM/Resources/ui/dialogWelcome.ui index 44dec35ff5..d5b3e09ab7 100644 --- a/src/Mod/BIM/Resources/ui/dialogWelcome.ui +++ b/src/Mod/BIM/Resources/ui/dialogWelcome.ui @@ -75,7 +75,7 @@ - <html><head/><body><p>This appears to be the first time BIM workbench is used. electing OK will open a setup screen with a few recommended FreeCAD options tailored for BIM workflows. These settings can be modified later under <span style=" font-weight:600;">Manage -&gt; BIM Setup…</span></p></body></html> + <html><head/><body><p>This appears to be the first time BIM workbench is used. Selecting OK will open a setup screen with a few recommended FreeCAD options tailored for BIM workflows. These settings can be modified later under <span style=" font-weight:600;">Manage -&gt; BIM Setup…</span></p></body></html> true @@ -137,7 +137,7 @@ - <html><head/><body><p>An existing floor plan or 3D model created in another application can also be used as a starting point. Under menu <span style=" font-weight:600;">File -&gt; Import</span>, a wide range of file formats that can be imported into FreeCAD.</p></body></html> + <html><head/><body><p>An existing floor plan or 3D model created in another application can also be used as a starting point. Under menu <span style=" font-weight:600;">File -&gt; Import</span>, a wide range of file formats that can be imported into FreeCAD is available.</p></body></html> true diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index 25e0411086..47f5731df6 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -84,7 +84,7 @@ CmdMeshUnion::CmdMeshUnion() sAppModule = "Mesh"; sGroup = QT_TR_NOOP("Mesh"); sMenuText = QT_TR_NOOP("Union"); - sToolTipText = QT_TR_NOOP("Unites the selected meshes"); + sToolTipText = QT_TR_NOOP("Unifies the selected meshes"); sWhatsThis = "Mesh_Union"; sStatusTip = sToolTipText; sPixmap = "Mesh_Union"; diff --git a/src/Mod/Mesh/Gui/Selection.ui b/src/Mod/Mesh/Gui/Selection.ui index 119c69952d..79e80d4433 100644 --- a/src/Mod/Mesh/Gui/Selection.ui +++ b/src/Mod/Mesh/Gui/Selection.ui @@ -50,7 +50,7 @@ - Respect only visible triangles + Accept only visible triangles false @@ -60,7 +60,7 @@ - Respect only triangles with screen-facing normals + Accept only triangles with screen-facing normals true diff --git a/src/Mod/MeshPart/Gui/Tessellation.cpp b/src/Mod/MeshPart/Gui/Tessellation.cpp index c5683905ab..92b480351e 100644 --- a/src/Mod/MeshPart/Gui/Tessellation.cpp +++ b/src/Mod/MeshPart/Gui/Tessellation.cpp @@ -277,7 +277,7 @@ bool Tessellation::accept() this, windowTitle(), tr("Error: body without a tip selected.\n" - "Either set the tip of the body or select a different shapee.")); + "Either set the tip of the body or select a different shape.")); } else if (partWithNoFace) { QMessageBox::critical(this, diff --git a/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui b/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui index 9365e0c142..680d34df06 100644 --- a/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui +++ b/src/Mod/Robot/Gui/TaskTrajectoryDressUpParameter.ui @@ -157,7 +157,7 @@ - Don not change position & orientation + Do not change position & orientation