mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
i18n: Don't make print_line calls translatable
This commit is contained in:
parent
dd419e8efa
commit
fb277dbde6
21 changed files with 80 additions and 80 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue