mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-27 15:53:49 +01:00
Remove dialog text Note about where Export quality options can be set. Unlikely to help somebody who cannot figure it out by discovering the Options button in the dialog, so was just clutter. Agreed in http://bugzilla.audacityteam.org/show_bug.cgi?id=551.
This commit is contained in:
@@ -81,7 +81,9 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
|
|||||||
S.TieCheckBox(_("S&how Metadata Editor prior to export step"),
|
S.TieCheckBox(_("S&how Metadata Editor prior to export step"),
|
||||||
wxT("/AudioFiles/ShowId3Dialog"),
|
wxT("/AudioFiles/ShowId3Dialog"),
|
||||||
true);
|
true);
|
||||||
S.AddFixedText(_("Note: Export quality options can be chosen by clicking the Options\nbutton in the Export dialog."));
|
// This documentation is unlikely to help somebody who cannot figure it out by discovering the Options button in the dialog.
|
||||||
|
// It's only clutter in this Prefs tab, so removed.
|
||||||
|
// S.AddFixedText(_("Note: Export quality options can be chosen by clicking the Options\nbutton in the Export dialog."));
|
||||||
}
|
}
|
||||||
S.EndStatic();
|
S.EndStatic();
|
||||||
#ifdef USE_MIDI
|
#ifdef USE_MIDI
|
||||||
|
|||||||
Reference in New Issue
Block a user