Fix: typo atleast -> at least
Typo found in source string, reported by linux-man on weblate
This commit is contained in:
parent
15800b4db8
commit
79a59a3587
1 changed files with 2 additions and 2 deletions
|
@ -4221,7 +4221,7 @@ void VisualScriptEditor::_menu_option(int p_what) {
|
||||||
if (nd.is_valid() && nd->has_input_sequence_port())
|
if (nd.is_valid() && nd->has_input_sequence_port())
|
||||||
start_node = nodes.front()->key();
|
start_node = nodes.front()->key();
|
||||||
else {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
@ -4252,7 +4252,7 @@ void VisualScriptEditor::_menu_option(int p_what) {
|
||||||
if (nd.is_valid() && nd->has_input_sequence_port())
|
if (nd.is_valid() && nd->has_input_sequence_port())
|
||||||
start_node = top_nd;
|
start_node = top_nd;
|
||||||
else {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue