mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Remove some double space
This commit is contained in:
committed by
James Crook
parent
218eb67316
commit
b4f7946e9b
@@ -1632,7 +1632,7 @@ bool NyqBench::Validate()
|
||||
{
|
||||
if (mScript->GetLastPosition() > 0 && mScript->IsModified()) {
|
||||
int ans;
|
||||
ans = AudacityMessageBox(_("Code has been modified. Are you sure?"),
|
||||
ans = AudacityMessageBox(_("Code has been modified. Are you sure?"),
|
||||
_("Warning"),
|
||||
wxYES_NO | wxICON_QUESTION,
|
||||
this);
|
||||
|
||||
Reference in New Issue
Block a user