mirror of https://gitlab.com/pamhyr/pamhyr2
Geometry: Fix pep8.
parent
2d17d8cfe4
commit
e6c08cb4e4
|
|
@ -68,7 +68,10 @@ class GeometryTranslate(MainTranslate):
|
|||
self._sub_dict["lm_dict"] = {
|
||||
"1": _translate("Geometry", "the first guide-line"),
|
||||
"2": _translate("Geometry", "the second guide-line"),
|
||||
"3": _translate("Geometry", "the means between the two guide-lines"),
|
||||
"3": _translate(
|
||||
"Geometry",
|
||||
"the means between the two guide-lines"
|
||||
),
|
||||
}
|
||||
|
||||
self._sub_dict["r_lm_dict"] = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue