Remove backslash from description
as it trips up gettext. Also update language files. Resolves: #371
This commit is contained in:
parent
ea4036b3d4
commit
b12fded50d
|
@ -43,7 +43,7 @@ With lid:
|
|||
help="Radius of the corners in mm")
|
||||
self.argparser.add_argument(
|
||||
"--wallpieces", action="store", type=int, default=1,
|
||||
choices=[1, 2, 3, 4], help="\# pieces of outer wall")
|
||||
choices=[1, 2, 3, 4], help="number of pieces for outer wall")
|
||||
self.argparser.add_argument(
|
||||
"--edge_style", action="store",
|
||||
type=boxes.ArgparseEdgeType("fFh"), choices=list("fFh"),
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
1436
po/boxes.py.pot
1436
po/boxes.py.pot
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue