Some improvements to the word count update

This commit is contained in:
Veronica K. B. Olsen
2020-05-31 13:07:28 +02:00
parent e74b8ec6ce
commit e49678eaa5
3 changed files with 32 additions and 10 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class GuiMainStatus(QStatusBar):
"""Update statistics.
"""
self.statsText.setToolTip(
"D: Document word count<br>P: Project word count"
"D: Document word count<br>P: Project word count (session change)"
)
self.statsText.setText((
"D:{wC:n} P:{pWC:n} ({sWC:+n})"