diff options
| author | Rémi Verschelde | 2016-05-04 15:28:37 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-04 15:28:37 +0200 |
| commit | fb277dbde6a337a3294867f54cebc54c7cd91653 (patch) | |
| tree | ea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/plugins/sample_player_editor_plugin.cpp | |
| parent | dd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff) | |
| download | godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.gz godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.zst godot-fb277dbde6a337a3294867f54cebc54c7cd91653.zip | |
Diffstat (limited to 'tools/editor/plugins/sample_player_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/sample_player_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/sample_player_editor_plugin.cpp b/tools/editor/plugins/sample_player_editor_plugin.cpp index fd6e800b4..3085ad87d 100644 --- a/tools/editor/plugins/sample_player_editor_plugin.cpp +++ b/tools/editor/plugins/sample_player_editor_plugin.cpp @@ -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); |
