Launcher: first-run wording tweaks
As discussed on the devel list, also switch to HTTPS.
This commit is contained in:
parent
9de60e5729
commit
378fc54b61
2 changed files with 3 additions and 4 deletions
|
@ -91,7 +91,7 @@ Item {
|
||||||
color: "white"
|
color: "white"
|
||||||
wrapMode: Text.WordWrap
|
wrapMode: Text.WordWrap
|
||||||
|
|
||||||
readonly property string forumLink: "href=\"http://forum.flightgear.org\"";
|
readonly property string forumLink: "href=\"https://forum.flightgear.org\"";
|
||||||
|
|
||||||
text: qsTr("Welcome to FlightGear, the open source flight simulator. " +
|
text: qsTr("Welcome to FlightGear, the open source flight simulator. " +
|
||||||
"This software is the work of volunteers. we hope you enjoy it. " +
|
"This software is the work of volunteers. we hope you enjoy it. " +
|
||||||
|
@ -112,8 +112,7 @@ Item {
|
||||||
readonly property string gplLink: "href=\"https://www.gnu.org/licenses/gpl-3.0.html\"";
|
readonly property string gplLink: "href=\"https://www.gnu.org/licenses/gpl-3.0.html\"";
|
||||||
|
|
||||||
text: qsTr("FlightGear is Free software, licensed under the <a %1>GNU General Public License</a>. " +
|
text: qsTr("FlightGear is Free software, licensed under the <a %1>GNU General Public License</a>. " +
|
||||||
"This means you are are free to use the software, customise it, or make fixes to it, so long as " +
|
"You are free to use, customize and fix the software; and share your changes with the community.").arg(gplLink)
|
||||||
"you share your changes with the community.").arg(gplLink)
|
|
||||||
|
|
||||||
onLinkActivated: {
|
onLinkActivated: {
|
||||||
Qt.openUrlExternally(link)
|
Qt.openUrlExternally(link)
|
||||||
|
|
|
@ -5,7 +5,7 @@ import "."
|
||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
|
|
||||||
readonly property string forumLink: "href=\"http://forum.flightgear.org\"";
|
readonly property string forumLink: "href=\"https://forum.flightgear.org\"";
|
||||||
readonly property string forumHelpLink: "href=\"https://forum.flightgear.org/viewforum.php?f=17\"";
|
readonly property string forumHelpLink: "href=\"https://forum.flightgear.org/viewforum.php?f=17\"";
|
||||||
|
|
||||||
readonly property string wikiLink: "href=\"http://wiki.flightgear.org/Portal:User\"";
|
readonly property string wikiLink: "href=\"http://wiki.flightgear.org/Portal:User\"";
|
||||||
|
|
Loading…
Add table
Reference in a new issue