Add back in i18n instructions and revert changes to class labels (#970)
* Revert the duplicate class name labels since there was no real need * Restore i18n instructions
This commit is contained in:
committed by
GitHub
parent
074718aedc
commit
8b603d15a5
@@ -207,7 +207,7 @@ class GuiProjectTree(QTreeWidget):
|
||||
|
||||
if itemType == nwItemType.ROOT:
|
||||
tHandle = self.theProject.newRoot(
|
||||
trConst(nwLabels.CLASS_NAME_LBL[itemClass]), itemClass
|
||||
trConst(nwLabels.CLASS_NAME[itemClass]), itemClass
|
||||
)
|
||||
if tHandle is None:
|
||||
logger.error("No root item added")
|
||||
|
||||
Reference in New Issue
Block a user