From c00f98b0d17826e10c4d1b0f1a990b841699ab15 Mon Sep 17 00:00:00 2001 From: Alessandro Menti Date: Mon, 8 May 2017 21:02:31 +0200 Subject: [PATCH] QT Launcher spelling/style fixes Fix a couple of spelling mistakes, as well as some terms which are styled differently in the main FG interface. --- src/GUI/Launcher.ui | 2 +- src/GUI/MPSettings.qml | 8 ++++---- src/GUI/RenderSettings.qml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/GUI/Launcher.ui b/src/GUI/Launcher.ui index be21aee1b..1a086fcc7 100644 --- a/src/GUI/Launcher.ui +++ b/src/GUI/Launcher.ui @@ -423,7 +423,7 @@ - <html><head/><body><p>©2017 FlightGear contributiors. Licensed under the GNU Public License. See <a href="http://www.flightgear.org"><span style=" text-decoration: underline; color:#0000ff;">here</span></a> for more information</p></body></html> + <html><head/><body><p>©2017 FlightGear contributors. Licensed under the GNU Public License. See <a href="http://www.flightgear.org"><span style=" text-decoration: underline; color:#0000ff;">here</span></a> for more information</p></body></html> true diff --git a/src/GUI/MPSettings.qml b/src/GUI/MPSettings.qml index f67c33d00..afd2cb909 100644 --- a/src/GUI/MPSettings.qml +++ b/src/GUI/MPSettings.qml @@ -9,7 +9,7 @@ Section { Checkbox { id: enableMP label: "Connect to the multi-player network" - description: "Flightgear supporters maintain a network of server to enable global multi-user " + description: "FlightGear supporters maintain a network of servers to enable global multi-user " + "flight. This requires a moderately fast Internet connection to be usable. Your aircraft " + "will be visible to other users online, and you will see their aircraft." keywords: ["network", "mp", "multiplay","online"] @@ -18,10 +18,10 @@ Section { LineEdit { id: callSign enabled: enableMP.checked - label: "Call-sign" - description: "Enter a call-sign you will use online. This is visible to all users and is " + + label: "Callsign" + description: "Enter a callsign you will use online. This is visible to all users and is " + "how ATC services and other pilots will refer to you. " + - "(Maximum of ten charatcers permitted)" + "(Maximum of ten characters permitted)" placeholder: "D-FGFS" keywords: ["callsign", "handle", "name"] } diff --git a/src/GUI/RenderSettings.qml b/src/GUI/RenderSettings.qml index c619375e9..3a1fecf18 100644 --- a/src/GUI/RenderSettings.qml +++ b/src/GUI/RenderSettings.qml @@ -11,12 +11,12 @@ Section { Combo { id: renderer label: "Renderer" - choices: ["Default", "Atmospheric Light-Scattering", "Rembrandt"] + choices: ["Default", "Atmospheric Light Scattering", "Rembrandt"] description: descriptions[selectedIndex] defaultIndex: 0 readonly property var descriptions: [ - "The default renderer provides standard visuals with maximum compatability", + "The default renderer provides standard visuals with maximum compatibility.", "The ALS renderer uses a sophisticated physical atmospheric model and several " + "other effects to give realistic rendering of large distances.", "Rembrandt is a configurable multi-pass renderer which supports shadow-maps, cinematic " +