forward port of 7539 from 2.x
[ardour.git] / gtk2_ardour / send_ui.cc
index 677abebf8d1326185189866f8503d293715cc507..3cc17faaea5c2e64087a7fbb9c562472109b6fe8 100644 (file)
@@ -30,6 +30,8 @@
 #include "ardour_ui.h"
 #include "gui_thread.h"
 
+#include "i18n.h"
+
 using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
@@ -119,7 +121,7 @@ SendUI::fast_update ()
 }
 
 SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session* session)
-       : ArdourDialog (string("Ardour: send ") + s->name())
+       : ArdourDialog (string (_("Send ")) + s->name())
 {
        ui = new SendUI (this, s, session);