MeshPart: menu texts to sentence case

This commit is contained in:
Roy-043
2023-11-25 17:56:30 +01:00
committed by wwmayer
parent 3601ece9f7
commit 3895b5d6c0

View File

@@ -46,7 +46,7 @@ class CreateFlatMesh(BaseCommand):
def GetResources(self):
return {
"Pixmap": "MeshPart_CreateFlatMesh.svg",
"MenuText": QT_TRANSLATE_NOOP("MeshPart_CreateFlatMesh", "Unwrap Mesh"),
"MenuText": QT_TRANSLATE_NOOP("MeshPart_CreateFlatMesh", "Unwrap mesh"),
"ToolTip": QT_TRANSLATE_NOOP(
"MeshPart_CreateFlatMesh", "Find a flat representation of a mesh."
),
@@ -85,7 +85,7 @@ class CreateFlatFace(BaseCommand):
def GetResources(self):
return {
"Pixmap": "MeshPart_CreateFlatFace.svg",
"MenuText": QT_TRANSLATE_NOOP("MeshPart_CreateFlatFace", "Unwrap Face"),
"MenuText": QT_TRANSLATE_NOOP("MeshPart_CreateFlatFace", "Unwrap face"),
"ToolTip": QT_TRANSLATE_NOOP(
"MeshPart_CreateFlatFace", "Find a flat representation of a face."
),