rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / recordaudio.C
index 3b6fa19baa1e4f62d9d76a4b11319ef6c0c70cdb..8dd1e33c5675a52721077376c0468d143295054c 100644 (file)
@@ -246,7 +246,7 @@ void RecordAudio::run()
        }
 
        if( write_result && !record->default_asset->video_data ) {
-               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(_("No space left on disk."));