Skip to content

Commit

Permalink
Update CrealityOutputDevice.py
Browse files Browse the repository at this point in the history
  • Loading branch information
crealitycloud authored Dec 15, 2021
1 parent cc76f01 commit b85727a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CrealityOutputDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self):
if CuraApplication.getInstance().getPreferences().getValue("general/language") == "zh_CN":
name1 = "以创想三维格式保存文件"
else:
name1 = "Save gcode as Creality form"
name1 = "Save gcode as Creality format"
self.setShortDescription(catalog.i18nc("@action:button", name1))
self.setDescription(catalog.i18nc("@properties:tooltip", name1))
self.setIconName("save")
Expand Down Expand Up @@ -201,4 +201,4 @@ def add_screenshot(self, img, width, height, img_type):
datasize += 2
if datasize >= 50:
datasize = 0
return result
return result

0 comments on commit b85727a

Please sign in to comment.