1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-26 07:13:49 +01:00

Fix for bug 1313

This commit is contained in:
Steve Daulton
2016-01-29 22:12:41 +00:00
parent eaccd490ec
commit d6b8080a5d
4 changed files with 5 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ void ImportExportPrefs::PopulateOrExchange(ShuttleGui & S)
}
S.EndRadioButtonGroup();
S.TieCheckBox(_("S&how Metadata Editor prior to export step"),
S.TieCheckBox(_("S&how Metadata Tags editor prior to export step"),
wxT("/AudioFiles/ShowId3Dialog"),
true);
// This documentation is unlikely to help somebody who cannot figure it out by discovering the Options button in the dialog.