Fixed typo in tooltip

This commit is contained in:
Veronica K. B. Olsen
2020-07-05 23:25:29 +02:00
parent 74dcf67dd9
commit 57c7fdcf6d
+1 -1
View File
@@ -595,7 +595,7 @@ class GuiDocViewFooter(QWidget):
self.showHide.setIconSize(QSize(fPx, fPx))
self.showHide.setFixedSize(QSize(fPx, fPx))
self.showHide.clicked.connect(self._doShowHide)
self.showHide.setToolTip("Show/hide the reference panel")
self.showHide.setToolTip("Show/hide the references panel")
# Sticky Button
stickyOn = self.theTheme.getPixmap("sticky-on", (fPx, fPx))