diff --git a/qml/pages/AboutPage.qml b/qml/pages/AboutPage.qml
index 91edc15..ed5745f 100644
--- a/qml/pages/AboutPage.qml
+++ b/qml/pages/AboutPage.qml
@@ -51,16 +51,19 @@ Page {
smooth: true
asynchronous: true
}
+
AboutLabel {
font.pixelSize: Theme.fontSizeLarge
color: Theme.highlightColor
text: "SeaPrint v" + Qt.application.version
}
+
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.primaryColor
text: "© 2019 Anton Thomasson"
}
+
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.primaryColor
@@ -78,20 +81,16 @@ Page {
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
- text: qsTr("Rudi Timmermans - Code and Testing")
+ text: qsTr("Code and Testing - Rudi Timmermans")
}
SectionHeader { text: qsTr("Translations") }
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
- text: qsTr("Chinese")+" - dashinfantry"
+ text: qsTr("Chinese")+" - dashinfantry\n"+
+ qsTr("French")+" - ensag-dev"
}
- AboutLabel {
- font.pixelSize: Theme.fontSizeSmall
- text: qsTr("French")+" - ensag-dev"
- }
-
SectionHeader { text: qsTr("Licensing") }
@@ -99,11 +98,13 @@ Page {
font.pixelSize: Theme.fontSizeSmall
text: qsTr("Source code is available at GitHub. Translations, bug reports and other contributions are welcome!")
}
+
Button {
text: "GitHub"
anchors.horizontalCenter: parent.horizontalCenter
onClicked: Qt.openUrlExternally("https://github.com/attah/harbour-seaprint")
}
+
AboutLabel {
font.pixelSize: Theme.fontSizeSmall
color: Theme.primaryColor
diff --git a/translations/harbour-seaprint-de.ts b/translations/harbour-seaprint-de.ts
index 9b5fbea..5a43951 100644
--- a/translations/harbour-seaprint-de.ts
+++ b/translations/harbour-seaprint-de.ts
@@ -31,10 +31,6 @@
-
-
-
-
@@ -59,6 +55,10 @@
+
+
+
+
AddPrinterDialog
diff --git a/translations/harbour-seaprint-fr.ts b/translations/harbour-seaprint-fr.ts
index 1b0ae2f..4505f35 100644
--- a/translations/harbour-seaprint-fr.ts
+++ b/translations/harbour-seaprint-fr.ts
@@ -31,10 +31,6 @@
Contribution générale
-
-
- Rudi Timmermans - Code et test
-
Traductions
@@ -59,6 +55,10 @@
Française
+
+
+
+
AddPrinterDialog
diff --git a/translations/harbour-seaprint-zh_CN.ts b/translations/harbour-seaprint-zh_CN.ts
index 2b25981..717b850 100644
--- a/translations/harbour-seaprint-zh_CN.ts
+++ b/translations/harbour-seaprint-zh_CN.ts
@@ -31,10 +31,6 @@
-
-
-
-
@@ -59,6 +55,10 @@
+
+
+
+
AddPrinterDialog
diff --git a/translations/harbour-seaprint.ts b/translations/harbour-seaprint.ts
index 9b5fbea..5a43951 100644
--- a/translations/harbour-seaprint.ts
+++ b/translations/harbour-seaprint.ts
@@ -31,10 +31,6 @@
-
-
-
-
@@ -59,6 +55,10 @@
+
+
+
+
AddPrinterDialog