1
0
Fork 0

Qt launcher: more spelling fixes

This commit is contained in:
Florent Rougon 2017-05-13 17:12:56 +02:00
parent 42495e3251
commit 6ef8b5bf94
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ Section {
Combo { Combo {
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 edges. " + "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"]

View file

@ -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 effect 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