Commit 9452b572 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix wrong automated change, update pot and French translation

parent 6f446e37
No preview for this file type
This diff is collapsed.
This diff is collapsed.
...@@ -90,7 +90,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole): ...@@ -90,7 +90,7 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
self.settings.preview_grid_step1 = 10. self.settings.preview_grid_step1 = 10.
self.settings.preview_grid_step2 = 50. self.settings.preview_grid_step2 = 50.
self.settings.bgcolor = "#FFFFFF" self.settings.bgcolor = "#FFFFFF"
self.helpdict["build_dimensions"] = _("Dimensions of Build Platform\n & optional offset of origin\n\nExamples:\n XXXxYYY\n XXX, YYY, ZZZ\n XXXxYYYxZZZ+OffX+OffY+OffZ") self.helpdict["build_dimensions"] = _("Dimensions of Build Platform\n & optional offset of origin\n\nExamples:\n XXXxYYY\n XXX,YYY,ZZZ\n XXXxYYYxZZZ+OffX+OffY+OffZ")
self.helpdict["last_bed_temperature"] = _("Last Set Temperature for the Heated Print Bed") self.helpdict["last_bed_temperature"] = _("Last Set Temperature for the Heated Print Bed")
self.helpdict["last_file_path"] = _("Folder of last opened file") self.helpdict["last_file_path"] = _("Folder of last opened file")
self.helpdict["last_temperature"] = _("Last Temperature of the Hot End") self.helpdict["last_temperature"] = _("Last Temperature of the Hot End")
...@@ -1786,9 +1786,9 @@ class PronterWindow(wx.Frame, pronsole.pronsole): ...@@ -1786,9 +1786,9 @@ class PronterWindow(wx.Frame, pronsole.pronsole):
# a string containing up to six numbers delimited by almost anything # a string containing up to six numbers delimited by almost anything
# first 0-3 numbers specify the build volume, no sign, always positive # first 0-3 numbers specify the build volume, no sign, always positive
# remaining 0-3 numbers specify the coordinates of the "southwest" corner of the build platform # remaining 0-3 numbers specify the coordinates of the "southwest" corner of the build platform
# "XXX, YYY" # "XXX,YYY"
# "XXXxYYY+xxx-yyy" # "XXXxYYY+xxx-yyy"
# "XXX, YYY, ZZZ+xxx+yyy-zzz" # "XXX,YYY,ZZZ+xxx+yyy-zzz"
# etc # etc
bdl = re.match( bdl = re.match(
"[^\d+-]*(\d+)?" + # X build size "[^\d+-]*(\d+)?" + # X build size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment