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

Wording fixes for 2.3.3

Per https://wiki.audacityteam.org/wiki/Wording
This commit is contained in:
James Crook
2019-08-12 10:39:20 +01:00
parent 84d5717005
commit ce5884a1f9
4 changed files with 6 additions and 9 deletions

View File

@@ -381,7 +381,7 @@ other projects. \
// In auto-recover mode, we didn't do any ShowMultiDialog calls above, so put up an alert.
if (bAutoRecoverMode)
::AudacityMessageBox(
_("Project check found file inconsistencies during automatic recovery.\n\nSelect 'Show Log...' in the Help menu to see details."),
_("Project check found file inconsistencies during automatic recovery.\n\nSelect 'Help > Diagnostics > Show Log...' to see details."),
_("Warning: Problems in Automatic Recovery"),
wxOK | wxICON_EXCLAMATION);
}