mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
Fix bad grammar in a message
This commit is contained in:
parent
29599c364d
commit
726046b379
@ -906,7 +906,7 @@ will be irreversibly overwritten."), fName, fName);
|
||||
// Overwrite disalowed. The destination project is open in another window.
|
||||
AudacityMessageDialog m(
|
||||
NULL,
|
||||
_("The project will not saved because the selected project is open in another window.\nPlease try again and select an original name."),
|
||||
_("The project will not be saved because the selected project is open in another window.\nPlease try again and select an original name."),
|
||||
_("Error Saving Project"),
|
||||
wxOK|wxICON_ERROR);
|
||||
m.ShowModal();
|
||||
|
Loading…
x
Reference in New Issue
Block a user