From cec874fed2fcbb46893923d19ffe77165bcc29fa Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 5 Dec 2024 17:44:16 -0500 Subject: [PATCH] Fix: Add missing translation for UI text --- source/blender/editors/space_file/file_panels.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/space_file/file_panels.cc b/source/blender/editors/space_file/file_panels.cc index dfafc8b2fcb..3237dc2a87a 100644 --- a/source/blender/editors/space_file/file_panels.cc +++ b/source/blender/editors/space_file/file_panels.cc @@ -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);