mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Fix QML typo
This commit is contained in:
parent
8e6e749d96
commit
4e083c7c29
@ -80,7 +80,7 @@ UM.Dialog
|
||||
{
|
||||
left: parent.left
|
||||
top: titleLabel.bottom
|
||||
topMargin: UM.Theme.getSize("default_margin")
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
}
|
||||
text: catalog.i18nc("@title:tab", "Select the printer you want to use from the list below.\n\nIf your printer is not in the list, use the \"Custom FFF Printer\" from the \"Custom\" category and match adjust the settings to match your printer in the next dialog.")
|
||||
width: parent.width
|
||||
|
Loading…
x
Reference in New Issue
Block a user