Update scenes/repository.gd

Co-authored-by: schokotets <moritzleni@gmail.com>
This commit is contained in:
Luca Canali 2022-08-16 08:31:42 +02:00 committed by GitHub
parent 1bf845ca74
commit d8e649d3dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,7 +89,7 @@ func set_label(new_label):
$Rows/RepoVis/SeparatorLine/DropArea.queue_free()
$Rows/RepoVis/SeparatorLine.hide()
else:
game.notify("INTERACT", self, "remote")
game.notify(tr("INTERACT"), self, "remote")
label_node.text = new_label
func random_position():