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