mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Update metadata for GCodeReader
It more accurately describes what the plugin does. Contributes to issue CURA-34.
This commit is contained in:
parent
20151a5042
commit
edbbc96281
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ catalog = i18nCatalog("cura")
|
||||||
def getMetaData():
|
def getMetaData():
|
||||||
return {
|
return {
|
||||||
"plugin": {
|
"plugin": {
|
||||||
"name": catalog.i18nc("@label", "GCode Reader"),
|
"name": catalog.i18nc("@label", "GCode Profile Reader"),
|
||||||
"author": "Ultimaker",
|
"author": "Ultimaker",
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"description": catalog.i18nc("@info:whatsthis", "Provides support for reading GCode files."),
|
"description": catalog.i18nc("@info:whatsthis", "Provides support for importing profiles from g-code files."),
|
||||||
"api": 2
|
"api": 2
|
||||||
},
|
},
|
||||||
"profile_reader": {
|
"profile_reader": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue