1
0
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:
Rémi Verschelde
2016-05-04 15:28:37 +02:00
parent dd419e8efa
commit fb277dbde6
21 changed files with 80 additions and 80 deletions

View File

@@ -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);