Fix crash on attempting a TimeFX drag but not clicking on a region.
[ardour.git] / gtk2_ardour / return_ui.cc
index f49b853c610f86fe05ec995ea3dd1b498339d116..61fe2291a56ba1f11919e67d7d0d1ab489af46f9 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;
@@ -99,7 +101,7 @@ ReturnUI::fast_update ()
 }
 
 ReturnUIWindow::ReturnUIWindow (boost::shared_ptr<Return> r, ARDOUR::Session* s)
-       : ArdourDialog (string("Ardour: return ") + r->name())
+       : ArdourDialog (string(_("Return ")) + r->name())
 {
        ui = new ReturnUI (this, r, s);