Some minor imrpovements

This commit is contained in:
Veronica K. B. Olsen
2019-11-17 16:23:18 +01:00
parent d533d91adc
commit cff0d86d90
2 changed files with 18 additions and 19 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ class GuiProjectOutline(QWidget):
I_CCOUNT : "Chars",
I_PCOUNT : "Pars",
I_SYNOP : "Synopsis",
I_POV : nwLabels.KEY_NAME[nwKeyWords.POV_KEY],
I_POV : "POV",
I_CHAR : nwLabels.KEY_NAME[nwKeyWords.CHAR_KEY],
I_PLOT : nwLabels.KEY_NAME[nwKeyWords.PLOT_KEY],
I_TIME : nwLabels.KEY_NAME[nwKeyWords.TIME_KEY],
@@ -118,7 +118,7 @@ class GuiProjectOutline(QWidget):
for titleKey in self.theIndex.getNovelStructure():
if len(titleKey) < 15:
if len(titleKey) < 16:
continue
tHandle = titleKey[:13]