Skip to content

Commit

Permalink
Added 2 chains to be translated in ControlPage.py ("Move Gantry" and …
Browse files Browse the repository at this point in the history
…"Set WPOS")

New bCNC.pot with this 2 new chains
New French translation
  • Loading branch information
ThierryM committed May 29, 2016
1 parent b219e8b commit e5a47fb
Show file tree
Hide file tree
Showing 4 changed files with 4,597 additions and 4,362 deletions.
4 changes: 2 additions & 2 deletions ControlPage.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def __init__(self, master, app):
# Set buttons
row += 1
col = 1
b = Button(self, text="Set WPOS",
b = Button(self, text=_("Set WPOS"),
image=Utils.icons["origin"],
compound=LEFT,
activebackground="LightYellow",
Expand All @@ -267,7 +267,7 @@ def __init__(self, master, app):
self.addWidget(b)

col += 2
b = Button(self, text="Move Gantry",
b = Button(self, text=_("Move Gantry"),
image=Utils.icons["gantry"],
compound=LEFT,
activebackground="LightYellow",
Expand Down
Loading

0 comments on commit e5a47fb

Please sign in to comment.