Fix translation issues

This commit is contained in:
Veronica Berglyd Olsen
2025-01-10 00:59:53 +01:00
parent 04464a2798
commit eba0b607a4
6 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -584,7 +584,7 @@ class GuiPreferences(NDialog):
self.narratorBreak.setText(CONFIG.narratorBreak)
self.mainForm.addRow(
self.tr("Narrator break symbol"), self.narratorBreak,
self.tr("Symbol to indicate a narrator break in dialogue")
self.tr("Symbol to indicate a narrator break in dialogue.")
)
self.narratorDialog = QLineEdit(self)