You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Makes more editor strings translatable
* "Add" button text in Groups Editor * "Receiver Method" in Connect Signal Dialog * "Play Mode" in Animation State Machine Editor * "Mesh Library" button text in Mesh Library editor plugin * Compose Array node button texts in Visual Script * Various button texts in TileSet Editor * Various Run Script errors
This commit is contained in:
@@ -1329,7 +1329,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
|
||||
|
||||
top_hb->add_spacer();
|
||||
|
||||
top_hb->add_child(memnew(Label("Play Mode:")));
|
||||
top_hb->add_child(memnew(Label(TTR("Play Mode:"))));
|
||||
play_mode = memnew(OptionButton);
|
||||
top_hb->add_child(play_mode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user