mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
Merge pull request #33239 from Omicron666/patch-1
Fix: typo atleast -> at least
This commit is contained in:
commit
d7e7b8365d
@ -4221,7 +4221,7 @@ void VisualScriptEditor::_menu_option(int p_what) {
|
||||
if (nd.is_valid() && nd->has_input_sequence_port())
|
||||
start_node = nodes.front()->key();
|
||||
else {
|
||||
EditorNode::get_singleton()->show_warning(TTR("Select atleast one node with sequence port."));
|
||||
EditorNode::get_singleton()->show_warning(TTR("Select at least one node with sequence port."));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
@ -4252,7 +4252,7 @@ void VisualScriptEditor::_menu_option(int p_what) {
|
||||
if (nd.is_valid() && nd->has_input_sequence_port())
|
||||
start_node = top_nd;
|
||||
else {
|
||||
EditorNode::get_singleton()->show_warning(TTR("Select atleast one node with sequence port."));
|
||||
EditorNode::get_singleton()->show_warning(TTR("Select at least one node with sequence port."));
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user