Skip to content

Commit 72880ef

Browse files
committed
Fix typo in GUI label
1 parent 9ecac46 commit 72880ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

i18n/nw_base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1121,7 +1121,7 @@
11211121
</message>
11221122
<message>
11231123
<location filename="../novelwriter/tools/manussettings.py" line="132" />
1124-
<source>Auro-Update Preview</source>
1124+
<source>Auto-Update Preview</source>
11251125
<translation type="unfinished" />
11261126
</message>
11271127
<message>

novelwriter/tools/manussettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def __init__(self, parent: GuiMain, build: BuildSettings) -> None:
129129
self.swtAutoPreview = NSwitch(self, height=iPx)
130130
self.swtAutoPreview.setChecked(options.getBool("GuiBuildSettings", "autoPreview", True))
131131

132-
self.lblAutoPreview = QLabel(self.tr("Auro-Update Preview"), self)
132+
self.lblAutoPreview = QLabel(self.tr("Auto-Update Preview"), self)
133133
self.lblAutoPreview.setBuddy(self.swtAutoPreview)
134134

135135
# Buttons

0 commit comments

Comments
 (0)