1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Correct more double spaces

This commit is contained in:
Paul Licameli
2018-10-15 12:54:44 -04:00
parent d2578b9eaa
commit ef97ce88ca
5 changed files with 7 additions and 7 deletions

View File

@@ -166,7 +166,7 @@ public:
}
wxString GetDescription() const override
{
return wxT("0X101XX101...etc. where 0=false, 1=true, and X=don't care. Numbering starts at leftmost = track 0");
return wxT("0X101XX101...etc. where 0=false, 1=true, and X=don't care. Numbering starts at leftmost = track 0");
}
Holder GetClone() const override
{