X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Finterthread_progress_window.cc;fp=gtk2_ardour%2Finterthread_progress_window.cc;h=e81ea26872d223971ad4d257d7e53af5f7710d20;hb=ed626628b54e67dd9621c08d82a42afaed00c7ac;hp=8d446830f3d1a6b1409f89d895024444200a06fe;hpb=a473d630eb165272992e90f8d854b1d66ec0be63;p=ardour.git diff --git a/gtk2_ardour/interthread_progress_window.cc b/gtk2_ardour/interthread_progress_window.cc index 8d446830f3..e81ea26872 100644 --- a/gtk2_ardour/interthread_progress_window.cc +++ b/gtk2_ardour/interthread_progress_window.cc @@ -99,7 +99,7 @@ ImportProgressWindow::update () if (c > _import_status->total) { c = _import_status->total; } - + _bar.set_text (string_compose (_("Importing file: %1 of %2"), c, _import_status->total)); return !(_import_status->all_done || _import_status->cancel);