Update translated strings and contexts

This commit is contained in:
Arjen Hiemstra 2015-09-12 19:58:22 +02:00
parent 0148186c7a
commit 67086b4d9f
9 changed files with 70 additions and 78 deletions

View file

@ -19,7 +19,7 @@ def getMetaData():
"mesh_writer": {
"output": [{
"extension": "gcode",
"description": catalog.i18nc("@item:inlistbox displays the fileformat in a list", "GCode File"),
"description": catalog.i18nc("@item:inlistbox", "GCode File"),
"mime_type": "text/x-gcode",
"mode": GCodeWriter.GCodeWriter.OutputMode.TextMode
}]