Minor GUI Fixes (#1405)

This commit is contained in:
Veronica Berglyd Olsen
2023-04-03 21:45:33 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -3405,7 +3405,7 @@
</message>
<message>
<location filename="../novelwriter/gui/projtree.py" line="1207" />
<source>Change Label</source>
<source>Rename</source>
<translation type="unfinished" />
</message>
<message>
+2
View File
@@ -246,6 +246,8 @@ def main(sysArgs=None):
nwApp.setApplicationName(CONFIG.appName)
nwApp.setApplicationVersion(__version__)
nwApp.setOrganizationDomain(__domain__)
nwApp.setOrganizationName(__domain__)
nwApp.setDesktopFileName(CONFIG.appName)
# Connect the exception handler before making the main GUI
sys.excepthook = exceptionHandler
+1 -1
View File
@@ -1204,7 +1204,7 @@ class GuiProjectTree(QTreeWidget):
# Edit Item Settings
# ==================
aLabel = ctxMenu.addAction(self.tr("Change Label"))
aLabel = ctxMenu.addAction(self.tr("Rename"))
aLabel.triggered.connect(lambda: self.renameTreeItem(tHandle))
if isFile: