From f9a2de0a74ff29288734dbc4636028adcccc36ff Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Sat, 4 Aug 2012 22:47:24 +0000 Subject: [PATCH] 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. --- src/prefs/ImportExportPrefs.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/prefs/ImportExportPrefs.cpp b/src/prefs/ImportExportPrefs.cpp index 53bce0205..e8396e4f6 100644 --- a/src/prefs/ImportExportPrefs.cpp +++ b/src/prefs/ImportExportPrefs.cpp @@ -81,7 +81,9 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S) S.TieCheckBox(_("S&how Metadata Editor prior to export step"), wxT("/AudioFiles/ShowId3Dialog"), 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(); #ifdef USE_MIDI