You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #34625 from timothyqiu/i18n
Makes more editor strings translatable
This commit is contained in:
@@ -204,7 +204,7 @@ void SpriteFramesEditor::_prepare_sprite_sheet(const String &p_file) {
|
||||
|
||||
Ref<Resource> texture = ResourceLoader::load(p_file);
|
||||
if (!texture.is_valid()) {
|
||||
EditorNode::get_singleton()->show_warning("Unable to load images");
|
||||
EditorNode::get_singleton()->show_warning(TTR("Unable to load images"));
|
||||
ERR_FAIL_COND(!texture.is_valid());
|
||||
}
|
||||
if (texture != split_sheet_preview->get_texture()) {
|
||||
|
||||
Reference in New Issue
Block a user