summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Loftis <ben@glw.com>2009-08-27 16:24:36 +0000
committerBen Loftis <ben@glw.com>2009-08-27 16:24:36 +0000
commitfaeffc40bcd5b965fe13d95deccc31a01381ee7e (patch)
treeea4fc40a08d4fe206fac1b211b7d521360c50789
parente8e08952e0b60d8ba354e5cbfcfce0e5f9c435cc (diff)
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
-rw-r--r--gtk2_ardour/sfdb_ui.cc2
1 files changed, 1 insertions, 1 deletions
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"));
}
}