From 033737d6644161b7419ec0625ca1c8519b1643c0 Mon Sep 17 00:00:00 2001 From: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:26:06 +0200 Subject: [PATCH] Update src/Mod/Fem/Gui/Command.cpp Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com> --- src/Mod/Fem/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/Gui/Command.cpp b/src/Mod/Fem/Gui/Command.cpp index 6b496c6dcf..66a417755e 100644 --- a/src/Mod/Fem/Gui/Command.cpp +++ b/src/Mod/Fem/Gui/Command.cpp @@ -724,7 +724,7 @@ CmdFemConstraintInitialTemperature::CmdFemConstraintInitialTemperature() { sAppModule = "Fem"; sGroup = QT_TR_NOOP("Fem"); - sMenuText = QT_TR_NOOP("Initial Iemperature"); + sMenuText = QT_TR_NOOP("Initial Temperature"); sToolTipText = QT_TR_NOOP("Creates an initial temperature acting on a body"); sWhatsThis = "FEM_ConstraintInitialTemperature"; sStatusTip = sToolTipText;