You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Modified editor strings to be translatable in the future
This commit is contained in:
@@ -76,7 +76,7 @@ void SamplePlayerEditor::_stop() {
|
||||
return;
|
||||
|
||||
node->call("stop_all");
|
||||
print_line("STOP ALL!!");
|
||||
print_line(TTR("STOP ALL!!"));
|
||||
stop->set_pressed(true);
|
||||
play->set_pressed(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user