change visible name of disk i/o processors

This commit is contained in:
Paul Davis 2017-07-05 14:37:27 -04:00
parent 10690bc675
commit 9cc7184159
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ DiskReader::default_chunk_frames()
bool
DiskReader::set_name (string const & str)
{
string my_name = X_("reader:");
string my_name = X_("playback:");
my_name += str;
if (_name != my_name) {

View file

@ -1479,7 +1479,7 @@ DiskWriter::realtime_handle_transport_stopped ()
bool
DiskWriter::set_name (string const & str)
{
string my_name = X_("writer:");
string my_name = X_("recorder:");
my_name += str;
if (_name != my_name) {