mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Update company name to UltiMaker
Contributes to CURA-9808
This commit is contained in:
parent
772cc0d57f
commit
696c0f8547
27 changed files with 69 additions and 67 deletions
|
@ -1,4 +1,4 @@
|
|||
// Copyright (c) 2021 Ultimaker B.V.
|
||||
// Copyright (c) 2022 UltiMaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.15
|
||||
|
@ -18,9 +18,9 @@ Control
|
|||
{
|
||||
switch(packageData.packageType)
|
||||
{
|
||||
case "plugin": return catalog.i18nc("@info", "Ultimaker Verified Plug-in");
|
||||
case "material": return catalog.i18nc("@info", "Ultimaker Certified Material");
|
||||
default: return catalog.i18nc("@info", "Ultimaker Verified Package");
|
||||
case "plugin": return catalog.i18nc("@info", "UltiMaker Verified Plug-in");
|
||||
case "material": return catalog.i18nc("@info", "UltiMaker Certified Material");
|
||||
default: return catalog.i18nc("@info", "UltiMaker Verified Package");
|
||||
}
|
||||
}
|
||||
visible: parent.hovered
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue