changement de la traduction "pas d'énergie" en "plus d'énergie"
This commit is contained in:
@@ -131,7 +131,6 @@ func update_dashboard():
|
||||
dashboard.main_screen_icon = TAKE_OFF_ICON
|
||||
dashboard.main_screen_label = tr("TAKE_OFF")
|
||||
dashboard.main_screen_interactable = can_take_off
|
||||
dashboard.status_text = "" if can_take_off else tr("NOT_ENOUGH_ENEGY")
|
||||
|
||||
dashboard.left_destination = null
|
||||
dashboard.right_destination = null
|
||||
@@ -141,3 +140,5 @@ func update_dashboard():
|
||||
dashboard.destination_title_label = tr("LOCATION")
|
||||
dashboard.destination_label = current_region_data.region_name
|
||||
dashboard.destination_longitude = float(current_region_data.region_level) / RunData.RUN_POINT_MAX_LEVEL
|
||||
|
||||
dashboard.status_text = "" if can_take_off else tr("NO_MORE_ENERGY")
|
||||
|
||||
Reference in New Issue
Block a user