Remove backslash from description

as it trips up gettext.

Also update language files.

Resolves: #371
This commit is contained in:
Florian Festi 2022-03-12 18:24:11 +01:00
parent ea4036b3d4
commit b12fded50d
5 changed files with 1186 additions and 252 deletions

View File

@ -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.

File diff suppressed because it is too large Load Diff