Skip to content

Commit

Permalink
Fix some typos in new section of Preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed May 26, 2024
1 parent 55714bb commit 0fc1af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions novelwriter/dialogs/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def buildForm(self) -> None:
self.allowOpenDial = NSwitch(self)
self.allowOpenDial.setChecked(CONFIG.allowOpenDial)
self.mainForm.addRow(
self.tr("Allow open-ended sialogue"), self.allowOpenDial,
self.tr("Allow open-ended dialogue"), self.allowOpenDial,
self.tr("Highlight dialogue line with no closing quote.")
)

Expand Down Expand Up @@ -583,8 +583,8 @@ def buildForm(self) -> None:
self.altDialogClose.setText(CONFIG.altDialogClose)

self.mainForm.addRow(
self.tr("Alternative dialog symbols"), [self.altDialogOpen, self.altDialogClose],
self.tr("Custom highlighting of dialog text.")
self.tr("Alternative dialogue symbols"), [self.altDialogOpen, self.altDialogClose],
self.tr("Custom highlighting of dialogue text.")
)

self.highlightEmph = NSwitch(self)
Expand Down

0 comments on commit 0fc1af7

Please sign in to comment.