From d02d00498677f432965eee5caa705e3f21237daa Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Wed, 17 May 2017 13:44:32 +0200 Subject: [PATCH] Correct profile_translations in VersionUpgrade21to22 CURA-3777 --- .../VersionUpgrade21to22/VersionUpgrade21to22.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py b/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py index d5bb08bb5c..055d28b3ab 100644 --- a/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py +++ b/plugins/VersionUpgrade/VersionUpgrade21to22/VersionUpgrade21to22.py @@ -70,8 +70,8 @@ _printer_translations_profiles = { # as a set for which profiles were built-in. _profile_translations = { "Low Quality": "low", - "Fine": "normal", - "Extra Fine": "high", + "Normal Quality": "normal", + "High Quality": "high", "Ulti Quality": "high", #This one doesn't have an equivalent. Map it to high. "abs_0.25_normal": "um2p_abs_0.25_normal", "abs_0.4_fast": "um2p_abs_0.4_fast",