From 9b55c189aee8935e070683dd18099ac666e2b0f8 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 11 Jul 2023 19:32:37 +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 802ca1c..8c66be0 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("CASS 中国标准飞行之联网") + text: qsTr("CASS 中国标准飞行智联网") onLinkActivated: { Qt.openUrlExternally(link)