1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Add missing word to this copy of string (TODO: write a function to reduce this 5-line pattern to 1 line)

This commit is contained in:
RichardAsh1981@gmail.com 2014-08-17 15:48:48 +00:00
parent 2dc9325133
commit 64ec10d1a6

View File

@ -533,7 +533,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"),
enabled);
# else
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme and Tempo Change support"),
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"),
disabled);
# endif