Browse Source

Translate to American English

The spelling in AmE is with a Z.
Ghostkeeper 7 years ago
parent
commit
5d2e98cdd4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cura/CrashHandler.py

+ 1 - 1
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())