BIM: Update UI string for consistency

Co-authored-by: Max Wilfinger <6246609+maxwxyz@users.noreply.github.com>

Closes: #22328
This commit is contained in:
Ryan Kembrey
2025-07-04 21:39:45 +10:00
committed by Kacper Donat
parent 80c1d7a630
commit 627a89d8db
117 changed files with 521 additions and 526 deletions

View File

@@ -836,7 +836,7 @@ class ViewProviderBuildingPart:
self.writeCamera)
menu.addAction(actionWriteCamera)
actionCreateGroup = QtGui.QAction(translate("Arch", "Create group..."),
actionCreateGroup = QtGui.QAction(translate("Arch", "New Group"),
menu)
QtCore.QObject.connect(actionCreateGroup,
QtCore.SIGNAL("triggered()"),
@@ -943,7 +943,7 @@ class ViewProviderBuildingPart:
if hasattr(self,"Object"):
if not self.Object.Height.Value:
FreeCAD.Console.PrintError("This level has no height value. Please define a height before using this function.\n")
FreeCAD.Console.PrintError("This level has no height value. Define a height before using this function.\n")
return
height = self.Object.Height.Value
ng = []