1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 09:20:16 +01:00

Fix wording issues reported on Wiki

No ellipses in title bar of file open/import dialogs
Auto Recovery Discard dialogs say only recoverable projects are discarded
Capitalised button in Dependency dialogue per MS guidelines.
This commit is contained in:
windinthew
2017-03-27 05:36:10 +01:00
parent 78149bc3da
commit e2a7282690
5 changed files with 8 additions and 8 deletions

View File

@@ -589,7 +589,7 @@ void LabelDialog::OnImport(wxCommandEvent & WXUNUSED(event))
// Ask user for a filename
wxString fileName =
FileSelector(_("Select a text file containing labels..."),
FileSelector(_("Select a text file containing labels"),
path, // Path
wxT(""), // Name
wxT(".txt"), // Extension