Fix minor issue with translation string

This commit is contained in:
Veronica Berglyd Olsen
2023-09-03 21:03:21 +02:00
parent 3eb49d32fa
commit a2254512f7
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ class _PreviewWidget(QTextBrowser):
self.document().setDocumentMargin(CONFIG.getTextMargin())
self.setPlaceholderText(self.tr(
"Press the \"Build Preview\" button to generate ..."
"Press the \"Preview\" button to generate ..."
))
self.setVerticalScrollBarPolicy(Qt.ScrollBarPolicy.ScrollBarAlwaysOn)