Fix some typos and inconsistencies in GUI texts

This commit is contained in:
Veronica K. B. Olsen
2021-02-24 22:19:17 +01:00
parent fcd1d400f8
commit 36fd23b264
9 changed files with 374 additions and 376 deletions
+1 -1
View File
@@ -1330,7 +1330,7 @@ class GuiDocEditor(QTextEdit):
else:
self.theParent.makeAlert(
self.tr("Please selection some text before calling replace quotes."),
self.tr("Please select some text before calling replace quotes."),
nwAlert.ERROR
)