mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-26 15:20:21 +01:00
grammar
This commit is contained in:
@@ -155,7 +155,7 @@ void InitPreferences()
|
||||
if( fn.FileExists() ) // it will exist if the (win) installer put it there on request
|
||||
{
|
||||
// pop up a dialogue
|
||||
wxString prompt = _("Reset Preferences?\n\nThis is a one-time question, after an 'install' where you asked to have the Preferences reset");
|
||||
wxString prompt = _("Reset Preferences?\n\nThis is a one-time question, after an 'install' where you asked to have the Preferences reset.");
|
||||
int action = wxMessageBox(prompt, _("Reset Audacity Preferences"),
|
||||
wxYES_NO, NULL);
|
||||
if(action == wxYES) // reset
|
||||
|
||||
Reference in New Issue
Block a user