Transport Masters dialog: fix typo

This commit is contained in:
Ben Loftis
2020-05-10 09:29:38 -05:00
parent 88fc77b4c0
commit 7581ec5ac5

View File

@@ -50,7 +50,7 @@ using namespace ArdourWidgets;
TransportMastersWidget::TransportMastersWidget ()
: table (4, 13)
, add_button (_("Add a new Transport Master"))
, lost_sync_button (_("Keeping rolling if sync is lost"))
, lost_sync_button (_("Keep rolling if sync is lost"))
, ignore_active_change (false)
{
midi_port_store = ListStore::create (port_columns);