mirror of https://gitlab.com/pamhyr/pamhyr2
Friction: Disable name column because the value is not in database.
parent
1a708921e3
commit
c9887a97e7
|
|
@ -28,7 +28,7 @@ class FrictionsTranslate(PamhyrTranslate):
|
|||
super(FrictionsTranslate, self).__init__()
|
||||
|
||||
self._sub_dict["table_headers"] = {
|
||||
"name": _translate("Frictions", "Name"),
|
||||
# "name": _translate("Frictions", "Name"),
|
||||
# "edge": _translate("Frictions", "Reach"),
|
||||
"begin_kp": _translate("Frictions", "Begin kp (m)"),
|
||||
"end_kp": _translate("Frictions", "End kp (m)"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue