From 57ee6870b4a9fb9c22e08037ec2cd43f996845f3 Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Sun, 14 Sep 2025 12:21:33 +0200 Subject: [PATCH] Sketcher: QInputDialog titles to Title Case (#23920) * Sketcher: QInputDialog titles to Title Case * Remove 2nd trailing blank line --- src/Mod/Sketcher/Gui/Command.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Sketcher/Gui/Command.cpp b/src/Mod/Sketcher/Gui/Command.cpp index dce545dabe..b4e685985f 100644 --- a/src/Mod/Sketcher/Gui/Command.cpp +++ b/src/Mod/Sketcher/Gui/Command.cpp @@ -211,7 +211,7 @@ void CmdSketcherNewSketch::activated(int iMsg) } QString text = QInputDialog::getItem( Gui::getMainWindow(), - qApp->translate("Sketcher_NewSketch", "Sketch attachment"), + qApp->translate("Sketcher_NewSketch", "Sketch Attachment"), qApp->translate("Sketcher_NewSketch", "Select the method to attach this sketch to selected object"), items, @@ -640,7 +640,7 @@ void CmdSketcherMapSketch::activated(int iMsg) items.push_back(QString::fromUtf8((*it)->Label.getValue())); QString text = QInputDialog::getItem( Gui::getMainWindow(), - qApp->translate("Sketcher_MapSketch", "Select sketch"), + qApp->translate("Sketcher_MapSketch", "Select Sketch"), sketchInSelection ? qApp->translate("Sketcher_MapSketch", "Select a sketch (some sketches not shown to prevent a circular dependency)") @@ -725,7 +725,7 @@ void CmdSketcherMapSketch::activated(int iMsg) // * execute the dialog text = QInputDialog::getItem( Gui::getMainWindow(), - qApp->translate("Sketcher_MapSketch", "Sketch attachment"), + qApp->translate("Sketcher_MapSketch", "Sketch Attachment"), bCurIncompatible ? qApp->translate( "Sketcher_MapSketch",