diff --git a/gtk2_ardour/route_ui.cc b/gtk2_ardour/route_ui.cc index 2709c4ce71..bb0ff876d2 100644 --- a/gtk2_ardour/route_ui.cc +++ b/gtk2_ardour/route_ui.cc @@ -1752,7 +1752,7 @@ RouteUI::verify_new_route_name (const std::string& name) } MessageDialog ( - _("The name includes special characters (<>:\"/\\|?*) which is discouraged in track and bus names, due to filename restrictiosn on some systems.\n"), + _("The name includes special characters (<>:\"/\\|?*) which is discouraged in track and bus names, due to filename restrictions on some systems.\n"), false, MESSAGE_INFO, BUTTONS_OK ).run ();