mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Remove superfluous semicolumn
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
This commit is contained in:
parent
8c0b0ddc5b
commit
5063b84c9a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue