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:
parent
222361bf66
commit
c00f98b0d1
3 changed files with 7 additions and 7 deletions
|
@ -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><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></string>
|
<string><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></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 " +
|
||||||
|
|
Loading…
Reference in a new issue