From f5c4c8a2931f383c76212ea1cfdb6f85f43bb72f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 17 Aug 2010 00:28:20 +0000 Subject: forward port 2.X changes up to and including rev 6767 git-svn-id: svn://localhost/ardour2/branches/3.0@7636 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/route_time_axis.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/route_time_axis.cc') diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc index 8f4d0cedbb..e44c62949b 100644 --- a/gtk2_ardour/route_time_axis.cc +++ b/gtk2_ardour/route_time_axis.cc @@ -1276,7 +1276,8 @@ RouteTimeAxisView::name_entry_changed () ARDOUR_UI::instance()->popup_error (_("A track already exists with that name")); name_entry.set_text (_route->name()); } else if (_session->route_name_internal (x)) { - ARDOUR_UI::instance()->popup_error (_("You cannot create a track with that name as it is reserved for Ardour")); + ARDOUR_UI::instance()->popup_error (string_compose (_("You cannot create a track with that name as it is reserved for %1"), + PROGRAM_NAME)); name_entry.set_text (_route->name()); } else { _route->set_name (x); -- cgit v1.2.3