From 42495e325103178ca0dfee8580e8e239f7ba7c23 Mon Sep 17 00:00:00 2001 From: Alessandro Menti Date: Sat, 13 May 2017 10:24:17 +0200 Subject: [PATCH] Qt launcher: spelling fixes --- src/GUI/DownloadSettings.qml | 2 +- src/GUI/RenderSettings.qml | 4 ++-- src/GUI/ViewSettings.qml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GUI/DownloadSettings.qml b/src/GUI/DownloadSettings.qml index 8cf191db5..8eef786ad 100644 --- a/src/GUI/DownloadSettings.qml +++ b/src/GUI/DownloadSettings.qml @@ -20,7 +20,7 @@ Section { id: downloadDir label: "Download 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." advanced: true chooseDirectory: true diff --git a/src/GUI/RenderSettings.qml b/src/GUI/RenderSettings.qml index 3a1fecf18..aa699a1b6 100644 --- a/src/GUI/RenderSettings.qml +++ b/src/GUI/RenderSettings.qml @@ -31,8 +31,8 @@ Section { id: msaa label: "Anti-aliasing" description: "Anti-aliasing improves the appearance of high-contrast edges and lines." + - "This is especially noticeable on sloping or diagonal egdes. " + - "Higher settings can reduce performance." + "This is especially noticeable on sloping or diagonal edges. " + + "Higher settings can reduce performance." keywords: ["msaa", "anti", "aliasing", "multi", "sample"] choices: ["Off", "2x", "4x"] enabled: !rembrandt diff --git a/src/GUI/ViewSettings.qml b/src/GUI/ViewSettings.qml index 21430edb1..57542e67b 100644 --- a/src/GUI/ViewSettings.qml +++ b/src/GUI/ViewSettings.qml @@ -16,7 +16,7 @@ Section { id: windowSize enabled: !fullscreen.checked 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 choices: ["640x480", "800x600", "1024x768", "1920x1080", "2560x1600" ] defaultIndex: 2