Commit c9887a97 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Friction: Disable name column because the value is not in database.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment