Skip to content

Commit

Permalink
Fix minor issue with translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Sep 3, 2023
1 parent 3eb49d3 commit a225451
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions i18n/nw_base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4500,17 +4500,17 @@
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="573" />
<location filename="../novelwriter/tools/manuscript.py" line="571" />
<source>Name</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="579" />
<location filename="../novelwriter/tools/manuscript.py" line="577" />
<source>Selection</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="595" />
<location filename="../novelwriter/tools/manuscript.py" line="593" />
<source>Title</source>
<translation type="unfinished" />
</message>
Expand Down Expand Up @@ -4653,27 +4653,27 @@
<context>
<name>_PreviewWidget</name>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="659" />
<source>Press the "Build Preview" button to generate ...</source>
<location filename="../novelwriter/tools/manuscript.py" line="657" />
<source>Press the "Preview" button to generate ...</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="757" />
<location filename="../novelwriter/tools/manuscript.py" line="755" />
<source>Processing ...</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="786" />
<location filename="../novelwriter/tools/manuscript.py" line="784" />
<source>Done</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="829" />
<location filename="../novelwriter/tools/manuscript.py" line="827" />
<source>Unknown</source>
<translation type="unfinished" />
</message>
<message>
<location filename="../novelwriter/tools/manuscript.py" line="830" />
<location filename="../novelwriter/tools/manuscript.py" line="828" />
<source>Built</source>
<translation type="unfinished" />
</message>
Expand Down
2 changes: 1 addition & 1 deletion novelwriter/tools/manuscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def __init__(self, parent: QWidget) -> None:

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)
Expand Down

0 comments on commit a225451

Please sign in to comment.