From 5ec833c15edcd916f6174faa1723f2322dad2e79 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 Sep 2019 11:43:24 +0200 Subject: [PATCH] Remove extraenous space This space triggers PoEdit to give a warning that the translation doesn't have the space there. That's okay, since it's a column and the space doesn't influence spacing then. --- resources/qml/Preferences/GeneralPage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 4adb3e72d2..3077ed253e 100644 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -469,7 +469,7 @@ UM.PreferencesPage Label { - text: catalog.i18nc("@window:text", "Camera rendering: ") + text: catalog.i18nc("@window:text", "Camera rendering:") } ComboBox {