Update base translation and fix tr string issues
This commit is contained in:
+1515
-1638
File diff suppressed because it is too large
Load Diff
@@ -68,9 +68,9 @@ class GuiAbout(QDialog):
|
|||||||
|
|
||||||
self.nwInfo = VersionInfoWidget(self)
|
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>"
|
"<a href='https://www.gnu.org/licenses/gpl-3.0.html'>GPL v3.0</a>"
|
||||||
)))
|
))
|
||||||
self.nwLicence.setOpenExternalLinks(True)
|
self.nwLicence.setOpenExternalLinks(True)
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|||||||
Reference in New Issue
Block a user