Tidy export region dialog title.

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5832 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-20 23:15:22 +00:00
parent bcc7af086e
commit d5c2d6f2f8
1 changed files with 1 additions and 1 deletions

View 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);