From e24f7b4a2ad1ee8c84aee2a26b0abfe7e48d871c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 22 Nov 2022 20:20:57 +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 | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/src/GUI/qml/FirstRun.qml b/src/GUI/qml/FirstRun.qml index b3f5a7e..254998e 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: "经纬航通 " + _launcher.versionString + text: "经纬航通 2022.4.0" //+ _launcher.versionString color: "white" style: Text.Outline styleColor: "black" @@ -96,10 +96,7 @@ Item { 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. " + - "If you find problems or would like to contribute, " + - "please visit our forum.").arg(forumLink) + text: qsTr("Welcome to FGFS, We hope you enjoy it. please visit our forum.").arg(forumLink) onLinkActivated: { Qt.openUrlExternally(link) @@ -114,8 +111,7 @@ Item { readonly property string gplLink: "href=\"https://www.gnu.org/licenses/gpl-3.0.html\""; - text: qsTr("FlightGear is Free software, licensed under the GNU General Public License. " + - "You are free to use, customize and fix the software; and share your changes with the community.").arg(gplLink) + text: qsTr("FGFS licensed under the License. ").arg(gplLink) onLinkActivated: { Qt.openUrlExternally(link) @@ -129,11 +125,7 @@ Item { wrapMode: Text.WordWrap - text: qsTr("FlightGear can automatically report crashes and errors to the development team, " + - "which helps to improve the software for everyone. This reporting is anonymous but " + - "contains information such as the aircraft in use, your operating system and graphics driver. " + - "You can enable or disable this reporting in the 'Settings' page." - ) + text: qsTr("FGFS can automatically report crashes and errors to the development team.") } Item {