xlat changes, layout changes
[goodguy/history.git] / cinelerra-5.1 / cinelerra / render.C
index 9010ac2939aa3dad6c7dd09afd86e245a0de0fbc..03709b103a0bcbac8e30d4fcfba4a052368d45f8 100644 (file)
@@ -294,7 +294,7 @@ void Render::start_batches(ArrayList<BatchRenderJob*> *jobs)
                start_render();
        }
        else if( in_progress ) {
-               ErrorBox error_box(PROGRAM_NAME ": Error",
+               ErrorBox error_box(_(PROGRAM_NAME ": Error"),
                                   mwindow->gui->get_abs_cursor_x(1),
                                   mwindow->gui->get_abs_cursor_y(1));
                error_box.create_objects("Already rendering");