Fix a bunch of missing translation tags and fix a few default strings

This commit is contained in:
Veronica K. B. Olsen
2021-02-17 01:37:28 +01:00
parent 7f84c3c71c
commit 1f0e6c0426
11 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class GuiDocSplit(QDialog):
self.splitLevel.currentIndexChanged.connect(self._populateList)
self.buttonBox = QDialogButtonBox(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)
self.buttonBox.button(QDialogButtonBox.Ok).setText(self.tr("Ok"))
self.buttonBox.button(QDialogButtonBox.Ok).setText(self.tr("OK"))
self.buttonBox.button(QDialogButtonBox.Cancel).setText(self.tr("Cancel"))
self.buttonBox.accepted.connect(self._doSplit)
self.buttonBox.rejected.connect(self._doClose)