A little copy-editing.
[ardour.git] / gtk2_ardour / return_ui.cc
index f49b853c610f86fe05ec995ea3dd1b498339d116..62762dee44b1d94575fd8590b5db0c3c3a75a373 100644 (file)
@@ -99,7 +99,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);