From 953bb38c9274ff7faccace1b7a3c1d0fbe787136 Mon Sep 17 00:00:00 2001 From: jspijker Date: Mon, 28 Nov 2022 08:38:09 +0100 Subject: [PATCH] Update app name to UltiMaker Cura Contributes to CURA-9808 --- CuraVersion.py.jinja | 2 +- conanfile.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CuraVersion.py.jinja b/CuraVersion.py.jinja index 1c8ff0551c..da5b0ac0ce 100644 --- a/CuraVersion.py.jinja +++ b/CuraVersion.py.jinja @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Ultimaker B.V. +# Copyright (c) 2022 UltiMaker B.V. # Cura is released under the terms of the LGPLv3 or higher. CuraAppName = "{{ cura_app_name }}" diff --git a/conanfile.py b/conanfile.py index 16764213f3..46650bdc21 100644 --- a/conanfile.py +++ b/conanfile.py @@ -44,7 +44,7 @@ class CuraConan(ConanFile): "staging": "False", "devtools": False, "cloud_api_version": "1", - "display_name": "Ultimaker Cura", + "display_name": "UltiMaker Cura", "cura_debug_mode": False, # Not yet implemented "internal": False, }