From 6ef8b5bf948d64b8f6af83d66d4b00aabf2fa823 Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Sat, 13 May 2017 17:12:56 +0200 Subject: [PATCH] Qt launcher: more spelling fixes --- src/GUI/RenderSettings.qml | 2 +- src/GUI/ViewSettings.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI/RenderSettings.qml b/src/GUI/RenderSettings.qml index aa699a1b6..90f1a6d03 100644 --- a/src/GUI/RenderSettings.qml +++ b/src/GUI/RenderSettings.qml @@ -30,7 +30,7 @@ Section { Combo { id: msaa 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. " + "Higher settings can reduce performance." keywords: ["msaa", "anti", "aliasing", "multi", "sample"] diff --git a/src/GUI/ViewSettings.qml b/src/GUI/ViewSettings.qml index 57542e67b..e98896285 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 effect 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