added translations
This commit is contained in:
@@ -36,4 +36,4 @@ func _on_wrong_button_toggled(toggled_on: bool) -> void:
|
||||
missing_btns = NR_CORRECT_BTNS - correct_buttons_pressed
|
||||
|
||||
func change_hint() -> void:
|
||||
$Panel/Panel/Label/missing.text = "[noch " + str(missing_btns) + "]"
|
||||
$Panel/Panel/Label/missing.text = tr("KEYPAD_MISSING") % str(missing_btns)
|
||||
|
||||
Reference in New Issue
Block a user