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:
parent
2dc9325133
commit
64ec10d1a6
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user