1
0
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:
Paul Licameli 2019-12-17 19:55:56 -05:00
parent 29599c364d
commit 726046b379

View File

@ -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();