You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
i18n: Don't make print_line calls translatable
This commit is contained in:
@@ -76,7 +76,7 @@ void SamplePlayerEditor::_stop() {
|
||||
return;
|
||||
|
||||
node->call("stop_all");
|
||||
print_line(TTR("STOP ALL!!"));
|
||||
print_line("STOP ALL!!");
|
||||
stop->set_pressed(true);
|
||||
play->set_pressed(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user