TechDraw: Update UI strings for consistency

Closes: #22143
This commit is contained in:
Ryan Kembrey
2025-06-23 18:43:09 +10:00
committed by Kacper Donat
parent be0c0e7a74
commit bbfbb6e059
93 changed files with 1112 additions and 1294 deletions

View File

@@ -43,7 +43,7 @@ def moveViews():
s = FreeCADGui.Selection.getSelection()
if len(s) != 2:
print("Please select 1 Drawing Page and 1 TechDraw Page")
print("Select 1 Drawing page and 1 TechDraw page")
return
print("First object in selection is a: ", s[0].TypeId)
@@ -59,7 +59,7 @@ def moveViews():
tPage = s[0]
dPage = s[1]
else:
print("Please select 1 Drawing Page and 1 TechDraw Page")
print("Select 1 Drawing page and 1 TechDraw page")
return
for o in dPage.OutList: