diff --git a/src/View/Results/Window.py b/src/View/Results/Window.py index b1872102..76c16b9d 100644 --- a/src/View/Results/Window.py +++ b/src/View/Results/Window.py @@ -292,9 +292,9 @@ class ResultsWindow(PamhyrWindow): pname = profile.name if profile.name != "" else profile.rk - return (f"Reach: {reach.name} | " + - f"Profile: {pname} | " + - f"Timestamp : {fts} ({ts} sec)") + return (f"{self._trad['reach']}: {reach.name} | " + + f"{self._trad['cross_section']}: {pname} | " + + f"{self._trad['unit_time_s']} : {fts} ({ts} sec)") def setup_statusbar(self): txt = self._compute_status_label()