rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / recordtransport.C
index 92bd604333faf8f8427c5073bf1e4a4cabe2cb6f..2413079bd8f9585338f384b5436be41baa50c12f 100644 (file)
@@ -144,7 +144,7 @@ start_writing_file(int single_frame)
 void RecordTransport::
 stop_writing()
 {
-        record->stop_cron_thread("Interrupted");
+        record->stop_cron_thread(_("Interrupted"));
        record->stop_writing();
 }