Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-03-09 17:55:27 +0300
committerGhostkeeper <rubend@tutanota.com>2018-03-09 17:55:27 +0300
commit5d2e98cdd472b2241ab3a348afd0b0ba228ae46d (patch)
tree4b7d93c368adb4561c4baffce3949b1a077adab4 /cura/CrashHandler.py
parente18b1cde55b23615faaff6cc0c4546fe59da2eab (diff)
Translate to American English
The spelling in AmE is with a Z.
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py
index 7a94c69301..c082578218 100644
--- a/cura/CrashHandler.py
+++ b/cura/CrashHandler.py
@@ -259,7 +259,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 initialised<br/>")
+ return catalog.i18nc("@label", "Not yet initialized<br/>")
info = "<ul>"
info += catalog.i18nc("@label OpenGL version", "<li>OpenGL Version: {version}</li>").format(version = opengl_instance.getOpenGLVersion())