From 487ae62034dfb5247b25304a84a0849193e7cd84 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Fri, 21 Oct 2022 23:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E8=BF=90=E8=A1=8C?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/FirstRun.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index f4ce931..b3f5a7e 100644 --- a/src/GUI/qml/FirstRun.qml +++ b/src/GUI/qml/FirstRun.qml @@ -67,7 +67,7 @@ Item { horizontalAlignment: Text.AlignHCenter fontSizeMode: Text.Fit - text: "FlightGear " + _launcher.versionString + text: "经纬航通 " + _launcher.versionString color: "white" style: Text.Outline styleColor: "black" @@ -94,7 +94,7 @@ Item { color: "white" wrapMode: Text.WordWrap - readonly property string forumLink: "href=\"https://forum.flightgear.org\""; + readonly property string forumLink: "href=\"https://forum.jingweiht.com\""; text: qsTr("Welcome to FlightGear, the open source flight simulator. " + "This software is the work of volunteers. We hope you enjoy it. " +