Browse Source

Add clarification for translators of this file format

Ghostkeeper 5 years ago
parent
commit
80bc1119fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/TrimeshReader/__init__.py

+ 1 - 1
plugins/TrimeshReader/__init__.py

@@ -12,7 +12,7 @@ def getMetaData():
         "mesh_reader": [
             {
                 "extension": "ctm",
-                "description": i18n_catalog.i18nc("@item:inlistbox", "Open Compressed Triangle Mesh")
+                "description": i18n_catalog.i18nc("@item:inlistbox 'Open' is part of the name of this file format.", "Open Compressed Triangle Mesh")
             },
             {
                 "extension": "dae",