Update base translation and fix tr string issues

This commit is contained in:
Veronica Berglyd Olsen
2024-02-24 18:20:09 +01:00
parent 4273ba5158
commit 1353eaa460
3 changed files with 1518 additions and 1641 deletions
+2 -2
View File
@@ -68,9 +68,9 @@ class GuiAbout(QDialog):
self.nwInfo = VersionInfoWidget(self)
self.nwLicence = QLabel(self.tr("This application is licenced under {0}".format(
self.nwLicence = QLabel(self.tr("This application is licenced under {0}").format(
"<a href='https://www.gnu.org/licenses/gpl-3.0.html'>GPL v3.0</a>"
)))
))
self.nwLicence.setOpenExternalLinks(True)
# Credits