mirror of https://gitlab.com/pamhyr/pamhyr2
Results: Translate status bar.
parent
0c7924aa7c
commit
2673ad9ce4
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue