modification légères de traduction

This commit is contained in:
2026-02-21 16:12:03 +01:00
parent 42173ceca1
commit 7254ca1ce3
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ func score_update(with_animation = true):
var objective_progression : float
if GameInfo.game_data.current_region_data.state == RegionData.State.SUCCEEDED:
objective_progression = 1.
%ObjectiveProgressBar.text = tr("FILLED")
%ObjectiveProgressBar.text = tr("FULL")
else:
var objective = GameInfo.game_data.current_region_data.objective
objective_progression = (float(score_mirror) / max(float(objective), 1))