From 0cb2b3e2cb2ad12ba97bd22d6dc9afac73d4f99c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 23 May 2022 11:54:26 +0200 Subject: [PATCH] Fix translation containing HTML tags Let's not confuse the translators by requiring to translate these in the future. Done as a 5 minute fix. --- cura/CrashHandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py index bda9568666..1e10d9b981 100644 --- a/cura/CrashHandler.py +++ b/cura/CrashHandler.py @@ -261,7 +261,7 @@ class CrashHandler: opengl_instance = OpenGL.getInstance() if not opengl_instance: self.data["opengl"] = {"version": "n/a", "vendor": "n/a", "type": "n/a"} - return catalog.i18nc("@label", "Not yet initialized
") + return catalog.i18nc("@label", "Not yet initialized") + "
" info = "