Qt launcher: spelling fixes
This commit is contained in:
parent
7d12c9fe36
commit
42495e3251
3 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ Section {
|
||||||
id: downloadDir
|
id: downloadDir
|
||||||
label: "Download location"
|
label: "Download location"
|
||||||
description: "FlightGear stores downloaded files (scenery and aircraft) in this location. "
|
description: "FlightGear stores downloaded files (scenery and aircraft) in this location. "
|
||||||
+ "Depending on your settings, it may grow to a considerable size (many gigabytes)."
|
+ "Depending on your settings, it may grow to a considerable size (many gigabytes). "
|
||||||
+ "If you change the download location, files will need to be downloaded again."
|
+ "If you change the download location, files will need to be downloaded again."
|
||||||
advanced: true
|
advanced: true
|
||||||
chooseDirectory: true
|
chooseDirectory: true
|
||||||
|
|
|
@ -31,8 +31,8 @@ Section {
|
||||||
id: msaa
|
id: msaa
|
||||||
label: "Anti-aliasing"
|
label: "Anti-aliasing"
|
||||||
description: "Anti-aliasing improves the appearance of high-contrast edges and lines." +
|
description: "Anti-aliasing improves the appearance of high-contrast edges and lines." +
|
||||||
"This is especially noticeable on sloping or diagonal egdes. " +
|
"This is especially noticeable on sloping or diagonal edges. " +
|
||||||
"Higher settings can reduce performance."
|
"Higher settings can reduce performance."
|
||||||
keywords: ["msaa", "anti", "aliasing", "multi", "sample"]
|
keywords: ["msaa", "anti", "aliasing", "multi", "sample"]
|
||||||
choices: ["Off", "2x", "4x"]
|
choices: ["Off", "2x", "4x"]
|
||||||
enabled: !rembrandt
|
enabled: !rembrandt
|
||||||
|
|
|
@ -16,7 +16,7 @@ Section {
|
||||||
id: windowSize
|
id: windowSize
|
||||||
enabled: !fullscreen.checked
|
enabled: !fullscreen.checked
|
||||||
label: "Window size"
|
label: "Window size"
|
||||||
description: "Select the initial size of the window. (This has no effct in full-screen mode)"
|
description: "Select the initial size of the window. (This has no effect in full-screen mode)"
|
||||||
advanced: true
|
advanced: true
|
||||||
choices: ["640x480", "800x600", "1024x768", "1920x1080", "2560x1600" ]
|
choices: ["640x480", "800x600", "1024x768", "1920x1080", "2560x1600" ]
|
||||||
defaultIndex: 2
|
defaultIndex: 2
|
||||||
|
|
Loading…
Reference in a new issue