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

Geometry: Fix some translate.

Showing with 4 additions and 4 deletions
+4 -4
......@@ -175,11 +175,11 @@ class PlotAC(PamhyrPlot):
self.canvas.axes.cla()
self.canvas.axes.grid(color='grey', linestyle='--', linewidth=0.5)
self.canvas.axes.set_xlabel(
_translate("MainWindow_reach", "Abscisse en travers (m)"),
_translate("MainWindow_reach", "Transverse abscissa (m)"),
color='black', fontsize=10
)
self.canvas.axes.set_ylabel(
_translate("MainWindow_reach", "Cote (m)"),
_translate("MainWindow_reach", "Height (m)"),
color='black', fontsize=10
)
self.canvas.figure.tight_layout()
......
......@@ -77,11 +77,11 @@ class Plot(PamhyrPlot):
)
self.canvas.axes.set_xlabel(
_translate("MainWindowProfile",
"Abscisse en travers (m)"),
"Transverse abscissa (m)"),
color='black', fontsize=10
)
self.canvas.axes.set_ylabel(
_translate("MainWindowProfile", "Cote (m)"),
_translate("MainWindowProfile", "Height (m)"),
color='black', fontsize=10
)
......
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