rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / recordbatches.C
index f417e600221e1365aedbb7a646014af072a35920..861538c468c80ea21e5b9e1dc3def8e588e5e99a 100644 (file)
@@ -305,7 +305,7 @@ update_batches(int selection_item)
                Units::totext(string, batch->duration, TIME_HMS3);
                batches.data[4].append(
                        new BC_ListBoxItem(string, color));
-               sprintf(string, "%s", batch->channel ? batch->channel->title : "None");
+               sprintf(string, "%s", batch->channel ? batch->channel->title : _("None"));
                batches.data[5].append(
                        new BC_ListBoxItem(string, color));
                sprintf(string, "%s", Batch::mode_to_text(batch->record_mode));