From 50d118f8b12535def3883d63f2042bf1f286c17f Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Tue, 10 Dec 2019 14:10:11 -0600 Subject: Source List nomenclature: Whole files get imported to the SOURCE list. --- gtk2_ardour/sfdb_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index 4b35bde51a..940e7dd035 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -122,7 +122,7 @@ string2importmode (string const & str) return ImportAsTrack; } else if (str == _("to selected tracks")) { return ImportToTrack; - } else if (str == _("to region list")) { + } else if (str == _("to source list")) { return ImportAsRegion; } else if (str == _("as new tape tracks")) { return ImportAsTapeTrack; @@ -142,7 +142,7 @@ importmode2string (ImportMode mode) case ImportToTrack: return _("to selected tracks"); case ImportAsRegion: - return _("to region list"); + return _("to source list"); case ImportAsTapeTrack: return _("as new tape tracks"); } -- cgit v1.2.3