mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Don't capitalise "M" in "Ultimaker Digital Library" and "Ultimaker Digital Factory"
because these are brand names. CURA-9793
This commit is contained in:
parent
7efbf6ed1e
commit
b22fafadbe
27 changed files with 236 additions and 236 deletions
|
@ -93,7 +93,7 @@ Column
|
|||
width: parent.width
|
||||
height: UM.Theme.getSize("account_button").height
|
||||
|
||||
text: "UltiMaker Digital Factory"
|
||||
text: "Ultimaker Digital Factory"
|
||||
onClicked: Qt.openUrlExternally(CuraApplication.ultimakerDigitalFactoryUrl + "?utm_source=cura&utm_medium=software&utm_campaign=menu-visit-DF")
|
||||
fixedWidthMode: false
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ Popup
|
|||
{
|
||||
displayName: catalog.i18nc("@label:button", "My printers"),
|
||||
thumbnail: UM.Theme.getIcon("PrinterTriple", "high"),
|
||||
description: catalog.i18nc("@tooltip:button", "Monitor printers in UltiMaker Digital Factory."),
|
||||
description: catalog.i18nc("@tooltip:button", "Monitor printers in Ultimaker Digital Factory."),
|
||||
link: "https://digitalfactory.ultimaker.com/app/printers?utm_source=cura&utm_medium=software&utm_campaign=switcher-digital-factory-printers",
|
||||
permissionsRequired: ["digital-factory.printer.read"]
|
||||
},
|
||||
|
|
|
@ -65,7 +65,7 @@ Cura.ExpandablePopup
|
|||
}
|
||||
else
|
||||
{
|
||||
return catalog.i18nc("@status", "This printer is not linked to your account. Please visit the UltiMaker Digital Factory to establish a connection.")
|
||||
return catalog.i18nc("@status", "This printer is not linked to your account. Please visit the Ultimaker Digital Factory to establish a connection.")
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue