1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-04 08:04:06 +01:00
This commit is contained in:
v.audacity
2012-08-09 02:25:13 +00:00
parent 470898e035
commit b1bf428ef9

View File

@@ -155,7 +155,7 @@ void InitPreferences()
if( fn.FileExists() ) // it will exist if the (win) installer put it there on request if( fn.FileExists() ) // it will exist if the (win) installer put it there on request
{ {
// pop up a dialogue // 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"), int action = wxMessageBox(prompt, _("Reset Audacity Preferences"),
wxYES_NO, NULL); wxYES_NO, NULL);
if(action == wxYES) // reset if(action == wxYES) // reset