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

Fix some typos in msgids, thanks to Olivier Humbert...

... Fix the source code; fix up msgids in audacity.pot and *.po
This commit is contained in:
Olivier Humbert
2017-11-27 02:33:49 +01:00
committed by Paul Licameli
parent 6bde636044
commit 0d89bc3f15
60 changed files with 177 additions and 177 deletions

View File

@@ -389,7 +389,7 @@ void AudioUnitEffectOptionsDialog::PopulateOrExchange(ShuttleGui & S)
S.AddVariableText(wxString() +
_("Select \"Full\" to use the graphical interface if supplied by the Audio Unit.") +
_(" Select \"Generic\" to use the system supplied generic interface.") +
_(" Select \"Basic\" for A basic text-only interface. ") +
_(" Select \"Basic\" for a basic text-only interface. ") +
_(" Reopen the effect for this to take effect."))->Wrap(650);
S.StartHorizontalLay(wxALIGN_LEFT);