From 1f7c6533686f193d1206bcd30872f7d71b6a8683 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 19 Sep 2019 10:47:16 +0200 Subject: [PATCH] Capitalise the S We need to seize this opportunity and capitalise on that sort of market opportunity. --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 9c964347ca..c2f23a6f1d 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -65,7 +65,7 @@ Item anchors.right: clearFilterButton.left anchors.rightMargin: Math.round(UM.Theme.getSize("thick_margin").width) - placeholderText: "" + "
" + catalog.i18nc("@label:textbox", "search settings") + placeholderText: "" + "
" + catalog.i18nc("@label:textbox", "Search settings") style: TextFieldStyle {