From 22fee2e96d87d6bd5ee63f6aeded4ba9bb66680d Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:51:14 +0200 Subject: [PATCH] Mesh: Change 1 missed dialog title to Title Case (#23422) * Mesh: Change 1 missed dialog title to Title Case * [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/Mod/Mesh/Gui/Command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Mesh/Gui/Command.cpp b/src/Mod/Mesh/Gui/Command.cpp index 06e74538ec..25e0411086 100644 --- a/src/Mod/Mesh/Gui/Command.cpp +++ b/src/Mod/Mesh/Gui/Command.cpp @@ -1527,8 +1527,8 @@ void CmdMeshFillupHoles::activated(int) bool ok {}; int FillupHolesOfLength = QInputDialog::getInt(Gui::getMainWindow(), - QObject::tr("Fill holes"), - QObject::tr("Fill holes with maximum number of edges:"), + QObject::tr("Fill Holes"), + QObject::tr("Fill holes with maximum number of edges"), 3, 3, 10000,