1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 08:31:13 +02:00
This commit is contained in:
Leland Lucius 2015-08-26 09:23:44 -05:00
parent 555aa14e9e
commit 9c4eb4943f

View File

@ -1267,7 +1267,7 @@ ExportFFmpegOptions::~ExportFFmpegOptions()
ExportFFmpegOptions::ExportFFmpegOptions(wxWindow *parent)
: wxDialog(parent, wxID_ANY,
wxString(_("Specify Other Options")))
wxString(_("Configure custom FFmpeg options")))
{
SetName(GetTitle());
ShuttleGui S(this, eIsCreatingFromPrefs);