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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user