From 02f648d40a13775f075e01673fdeb35ffb82ca79 Mon Sep 17 00:00:00 2001 From: Casper Lamboo Date: Fri, 11 Feb 2022 11:31:54 +0100 Subject: [PATCH] Remove superfluous semicolumn Co-authored-by: Jaime van Kessel --- resources/qml/Cura.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 2a5f733dfb..67a3617033 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -746,7 +746,7 @@ UM.MainWindow UM.MessageDialog { id: packageInstallDialog - title: catalog.i18nc("@window:title", "Install Package"); + title: catalog.i18nc("@window:title", "Install Package") standardButtons: StandardButton.Ok }