Tidy export region dialog title.
authorCarl Hetherington <carl@carlh.net>
Tue, 20 Oct 2009 23:15:22 +0000 (23:15 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 20 Oct 2009 23:15:22 +0000 (23:15 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5832 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/export_region_dialog.cc

index 1241d2bf908247c7975c01e6c1331a4dd3d6dfe2..c2dc984d0423237520ea66ef07d5d8eb3ccb1dc1 100644 (file)
@@ -31,7 +31,7 @@
 ExportRegionDialog::ExportRegionDialog (PublicEditor& editor, boost::shared_ptr<ARDOUR::Region> region) 
        : ExportDialog(editor)
 {
-       set_title (_("ardour: export region"));
+       set_title (_("Export Region"));
        file_frame.set_label (_("Export to File")),
 
        audio_region = boost::dynamic_pointer_cast<ARDOUR::AudioRegion>(region);