Fix: Add missing translation for UI text

This commit is contained in:
Hans Goudey
2024-12-05 17:44:16 -05:00
parent f7089519e0
commit cec874fed2

View File

@@ -243,7 +243,7 @@ static void file_panel_asset_catalog_buttons_draw(const bContext *C, Panel *pane
C,
"asset.bundle_install",
"asset_library_reference",
"Copy Bundle to Asset Library...",
IFACE_("Copy Bundle to Asset Library..."),
ICON_IMPORT);
}
CTX_free(mutable_ctx);