diff --git a/src/View/SedimentLayers/Edit/Plot.py b/src/View/SedimentLayers/Edit/Plot.py
index 86a1c8d9ee54efd4b96da7221f4b41e4f822964a..14ebb9481572ec835dba396e0e89bc6adf046a9f 100644
--- a/src/View/SedimentLayers/Edit/Plot.py
+++ b/src/View/SedimentLayers/Edit/Plot.py
@@ -49,7 +49,7 @@ class Plot(APlot):
         x = [0,1]
         z = [0,0]
         sl = self.data.height()
-        names = ["fond"] + self.data.names()
+        names = ["bottom"] + self.data.names()
 
         self.canvas.axes.set_xlim(
             left = min(x), right = max(x)