summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2015-10-09 02:05:41 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2015-10-09 02:05:41 +0200
commit1df97b4174bf81fb98ca091f7baed96dfd5111ed (patch)
tree855c8e67baf698a2154eb705801415a05809c448 /gtk2_ardour/sfdb_ui.cc
parent33fe33f268640fd3fa725a472c9a572120e85a1e (diff)
Fix wrong 'Import to Region List' default on first call. -fixes #6631
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-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 733e1f9015..c2bd388d6c 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -1687,7 +1687,7 @@ SoundFileOmega::SoundFileOmega (string title, ARDOUR::Session* s,
where_combo.signal_changed().connect (sigc::mem_fun (*this, &SoundFileOmega::where_combo_changed));
Label* l = manage (new Label);
- l->set_markup (_("<b>Add files as ...</b>"));
+ l->set_markup (_("<b>Add files ...</b>"));
vbox = manage (new VBox);
vbox->set_border_width (12);