From d6b6c919fc58bd44fb79e8e2ff5f7e43e4591bfc Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 15 Jan 2016 17:13:36 +0100 Subject: [PATCH] Fix typo in preference description nog -> not --- resources/qml/ViewPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/ViewPage.qml b/resources/qml/ViewPage.qml index 7b33345a9a..6204b47ee6 100644 --- a/resources/qml/ViewPage.qml +++ b/resources/qml/ViewPage.qml @@ -30,7 +30,7 @@ UM.PreferencesPage width: childrenRect.width; height: childrenRect.height; - text: catalog.i18nc("@info:tooltip","Highlight unsupported areas of the model in red. Without support these areas will nog print properly.") + text: catalog.i18nc("@info:tooltip","Highlight unsupported areas of the model in red. Without support these areas will not print properly.") CheckBox {