X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Frecordbatches.C;h=861538c468c80ea21e5b9e1dc3def8e588e5e99a;hb=74084f4d67651fac69f5e5484d57921cb6aa6e1d;hp=f417e600221e1365aedbb7a646014af072a35920;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/recordbatches.C b/cinelerra-5.0/cinelerra/recordbatches.C index f417e600..861538c4 100644 --- a/cinelerra-5.0/cinelerra/recordbatches.C +++ b/cinelerra-5.0/cinelerra/recordbatches.C @@ -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));