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

Friction: Add strickler unit.

Showing with 4 additions and 1 deletion
+4 -1
......@@ -42,7 +42,7 @@ class PlotStricklers(PamhyrPlot):
)
self.label_x = self._trad["kp"]
self.label_y = self._trad["stricklers"]
self.label_y = self._trad["strickler_plot"]
self.line_kp_elevation = [None, None]
......
......@@ -28,6 +28,9 @@ class FrictionsTranslate(MainTranslate):
super(FrictionsTranslate, self).__init__()
self._dict["kp"] = self._dict["unit_kp"]
self._dict["strickler_plot"] = _translate(
"Frictions", "Strickler ($m^{1/3}/s$)"
)
self._dict["stricklers"] = _translate(
"Frictions", "Stricklers"
)
......
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