Browse Source

Update company name to UltiMaker

Contributes to CURA-9808
jspijker 2 years ago
parent
commit
0bb59acdf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/ApplicationMetadata.py

+ 1 - 1
cura/ApplicationMetadata.py

@@ -5,7 +5,7 @@
 # General constants used in Cura
 # ---------
 DEFAULT_CURA_APP_NAME = "cura"
-DEFAULT_CURA_DISPLAY_NAME = "Ultimaker Cura"
+DEFAULT_CURA_DISPLAY_NAME = "UltiMaker Cura"
 DEFAULT_CURA_VERSION = "dev"
 DEFAULT_CURA_BUILD_TYPE = ""
 DEFAULT_CURA_DEBUG_MODE = False