From b1bf428ef9b33ef554ec675fc85369a9673a31af Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Thu, 9 Aug 2012 02:25:13 +0000 Subject: [PATCH] grammar --- src/Prefs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prefs.cpp b/src/Prefs.cpp index 75c31534b..420d0bb10 100644 --- a/src/Prefs.cpp +++ b/src/Prefs.cpp @@ -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