Remove use of i18n macros in headers. Prevents our gettext.h being included before...
[ardour.git] / gtk2_ardour / bundle_manager.cc
index 559bc7ed6c926188e711d9563230d91a5298c557..ba00cce9d0583b3297e5a90ba9fcf9b7631dd196 100644 (file)
@@ -174,6 +174,12 @@ BundleEditorMatrix::list_is_global (int dim) const
        return (dim == OTHER);
 }
 
+string
+BundleEditorMatrix::disassociation_verb () const
+{
+       return _("Disassociate");
+}
+
 BundleEditor::BundleEditor (Session* session, boost::shared_ptr<UserBundle> bundle)
        : ArdourDialog (_("Edit Bundle")), _matrix (this, session, bundle), _bundle (bundle)
 {