13
0

change wording in audio status when disconnected from engine

This commit is contained in:
Paul Davis 2013-08-07 22:24:30 -04:00
parent 1ab61b8564
commit 584eeed66a

View File

@ -1050,7 +1050,7 @@ ARDOUR_UI::update_sample_rate (framecnt_t)
if (rate == 0) {
/* no sample rate available */
snprintf (buf, sizeof (buf), _("Audio: <span foreground=\"red\">disconnected</span>"));
snprintf (buf, sizeof (buf), _("Audio: <span foreground=\"red\">none</span>"));
} else {
if (fmod (rate, 1000.0) != 0.0) {