Fix a couple of minor issues with project tree context menu

This commit is contained in:
Veronica Berglyd Olsen
2024-01-31 20:10:53 +01:00
parent 7fcc9a3928
commit 9803dc16fd
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1783,7 +1783,7 @@ class _TreeContextMenu(QMenu):
def _itemTransform(self, isFile: bool, isFolder: bool, hasChild: bool) -> None:
"""Add actions for the Transform menu."""
menu = self.addMenu(self.tr("Transform"))
menu = self.addMenu(self.tr("Transform ..."))
tree = self.projTree
tHandle = self._handle