Gui: spelling: freezed -> frozen

This commit is contained in:
Roy-043
2024-04-12 22:33:07 +02:00
committed by wwmayer
parent a3d72167b6
commit 88b0ec5127

View File

@@ -149,7 +149,7 @@ StdCmdToggleFreeze::StdCmdToggleFreeze()
sGroup = "File";
sMenuText = QT_TR_NOOP("Toggle freeze");
static std::string toolTip = std::string("<p>")
+ QT_TR_NOOP("Toggles freeze state of the selected objects. A freezed object is not recomputed when its parents change.")
+ QT_TR_NOOP("Toggles freeze state of the selected objects. A frozen object is not recomputed when its parents change.")
+ "</p>";
sToolTipText = toolTip.c_str();
sStatusTip = sToolTipText;