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>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user