You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Improve wording of various messages and make casing more consistent
This also adds the number of selected projects to the confirmation dialog that appears before removing projects.
This commit is contained in:
@@ -195,7 +195,7 @@ void AnimationNodeBlendSpace2DEditor::_blend_space_gui_input(const Ref<InputEven
|
||||
//add triangle!
|
||||
if (blend_space->has_triangle(making_triangle[0], making_triangle[1], making_triangle[2])) {
|
||||
making_triangle.clear();
|
||||
EditorNode::get_singleton()->show_warning(TTR("Triangle already exists"));
|
||||
EditorNode::get_singleton()->show_warning(TTR("Triangle already exists."));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user