Remove superfluous semicolumn

Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
Casper Lamboo 2022-02-11 11:32:12 +01:00 committed by GitHub
parent 8c0b0ddc5b
commit 5063b84c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ UM.Dialog
{
//: Close about dialog button
id: closeButton
text: catalog.i18nc("@action:button", "Close");
text: catalog.i18nc("@action:button", "Close")
onClicked: base.visible = false;
}