mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Modified editor strings to be translatable in the future
This commit is contained in:
parent
c7e8def446
commit
567cb691ec
96 changed files with 2135 additions and 2103 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue