mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-26 14:41:14 +01: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:
@@ -533,7 +533,7 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
|
|||||||
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"),
|
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"),
|
||||||
enabled);
|
enabled);
|
||||||
# else
|
# else
|
||||||
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme and Tempo Change support"),
|
AddBuildinfoRow(&informationStr, wxT("SBSMS"), _("Extreme Pitch and Tempo Change support"),
|
||||||
disabled);
|
disabled);
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user