From faeffc40bcd5b965fe13d95deccc31a01381ee7e Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Thu, 27 Aug 2009 16:24:36 +0000 Subject: fix Mapping option so it follows the region/track menu selection git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5598 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index 759a360d44..88b233e330 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -974,7 +974,7 @@ SoundFileOmega::reset_options () channel_strings.push_back (_("sequence files")); } if (same_size) { - channel_strings.push_back (_("all files in one region")); + channel_strings.push_back (_("all files in one track")); } } -- cgit v1.2.3