Add missing i18n to various strings

This commit is contained in:
Haoyu Qiu 2022-03-07 21:50:02 +08:00
parent 1421ce6780
commit 25d93200c8
9 changed files with 20 additions and 16 deletions

View file

@ -544,5 +544,5 @@ void ResourceImporterLayeredTexture::_check_compress_stex(Ref<LayeredTextureImpo
}
return;
}
EditorNode::add_io_error("Warning, no suitable PC VRAM compression enabled in Project Settings. This texture will not display correctly on PC.");
EditorNode::add_io_error(TTR("Warning, no suitable PC VRAM compression enabled in Project Settings. This texture will not display correctly on PC."));
}