Makes more editor strings translatable
* Title of Sprite Editor convert preview dialogs * Title of UV Channel Debug dialog * Various editor warnings * GridMap popup menu item "Paste Selects" * Tileset editor shape button texts * MeshLibrary update confirmation text
This commit is contained in:
@@ -4579,7 +4579,7 @@ void AnimationTrackEditor::_new_track_property_selected(String p_name) {
|
||||
bool valid;
|
||||
subindices = _get_bezier_subindices_for_type(h.type, &valid);
|
||||
if (!valid) {
|
||||
EditorNode::get_singleton()->show_warning("Invalid track for Bezier (no suitable sub-properties)");
|
||||
EditorNode::get_singleton()->show_warning(TTR("Invalid track for Bezier (no suitable sub-properties)"));
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user