1
0
Fork 0

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.
This commit is contained in:
Alessandro Menti 2017-05-08 21:02:31 +02:00
parent 222361bf66
commit c00f98b0d1
No known key found for this signature in database
GPG key ID: 467AC0B4D6A6F336
3 changed files with 7 additions and 7 deletions

View file

@ -423,7 +423,7 @@
<item row="1" column="3" colspan="2"> <item row="1" column="3" colspan="2">
<widget class="QLabel" name="label_6"> <widget class="QLabel" name="label_6">
<property name="text"> <property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;©2017 FlightGear contributiors. Licensed under the GNU Public License. See &lt;a href=&quot;http://www.flightgear.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt; for more information&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;©2017 FlightGear contributors. Licensed under the GNU Public License. See &lt;a href=&quot;http://www.flightgear.org&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;here&lt;/span&gt;&lt;/a&gt; for more information&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property> </property>
<property name="wordWrap"> <property name="wordWrap">
<bool>true</bool> <bool>true</bool>

View file

@ -9,7 +9,7 @@ Section {
Checkbox { Checkbox {
id: enableMP id: enableMP
label: "Connect to the multi-player network" 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 " + "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." + "will be visible to other users online, and you will see their aircraft."
keywords: ["network", "mp", "multiplay","online"] keywords: ["network", "mp", "multiplay","online"]
@ -18,10 +18,10 @@ Section {
LineEdit { LineEdit {
id: callSign id: callSign
enabled: enableMP.checked enabled: enableMP.checked
label: "Call-sign" label: "Callsign"
description: "Enter a call-sign you will use online. This is visible to all users and is " + 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. " + "how ATC services and other pilots will refer to you. " +
"(Maximum of ten charatcers permitted)" "(Maximum of ten characters permitted)"
placeholder: "D-FGFS" placeholder: "D-FGFS"
keywords: ["callsign", "handle", "name"] keywords: ["callsign", "handle", "name"]
} }

View file

@ -11,12 +11,12 @@ Section {
Combo { Combo {
id: renderer id: renderer
label: "Renderer" label: "Renderer"
choices: ["Default", "Atmospheric Light-Scattering", "Rembrandt"] choices: ["Default", "Atmospheric Light Scattering", "Rembrandt"]
description: descriptions[selectedIndex] description: descriptions[selectedIndex]
defaultIndex: 0 defaultIndex: 0
readonly property var descriptions: [ 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 " + "The ALS renderer uses a sophisticated physical atmospheric model and several " +
"other effects to give realistic rendering of large distances.", "other effects to give realistic rendering of large distances.",
"Rembrandt is a configurable multi-pass renderer which supports shadow-maps, cinematic " + "Rembrandt is a configurable multi-pass renderer which supports shadow-maps, cinematic " +