1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 23:33:49 +01:00
This commit is contained in:
v.audacity
2012-08-01 05:53:08 +00:00
parent cff4cd3c2d
commit 9c2e9e50e8
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
S.TieCheckBox(_("S&how Metadata Editor prior to export step"),
wxT("/AudioFiles/ShowId3Dialog"),
true);
false);
S.AddFixedText(_("Note: Export quality options can be chosen by clicking the Options\nbutton in the Export dialog."));
}
S.EndStatic();