update internationalization data
[goodguy/history.git] / cinelerra-5.0 / cinelerra / packagerenderer.C
index f679cc9c74683c720a9308955014e5e9a550029c..98ddbeeb310cb0156faac9cdbb05ad4ceda35313 100644 (file)
@@ -175,7 +175,7 @@ void PackageRenderer::create_output()
 // open failed
                char string[BCTEXTLEN];
                sprintf(string, _("Couldn't open %s"), asset->path);
-               ErrorBox error(PROGRAM_NAME ": Error",
+               ErrorBox error(_(PROGRAM_NAME ": Error"),
                        mwindow->gui->get_abs_cursor_x(1),
                        mwindow->gui->get_abs_cursor_y(1));
                error.create_objects(string);