From 86fecabbd96fbb0096747f992896bea2414f8da7 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 12 Dec 2022 16:25:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/GUI/qml/FirstRun.qml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/GUI/qml/FirstRun.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index 254998e..ef5048e 100644 --- a/src/GUI/qml/FirstRun.qml +++ b/src/GUI/qml/FirstRun.qml @@ -111,7 +111,7 @@ Item { readonly property string gplLink: "href=\"https://www.gnu.org/licenses/gpl-3.0.html\""; - text: qsTr("FGFS licensed under the License. ").arg(gplLink) + text: qsTr("CASS 中国标准飞行之联网") onLinkActivated: { Qt.openUrlExternally(link)