Rename "Sliding Time Scale/Pitch Shift" effect

This commit is contained in:
Steve Daulton 2018-04-28 21:16:41 +01:00
parent 4733cd7775
commit 0248c870b2
3 changed files with 4 additions and 4 deletions

View File

@ -484,7 +484,7 @@ void ScreenshotCommand::CaptureEffects(
"Repeat...",
"Reverb...",
//"Reverse",
"Sliding Time Scale/Pitch Shift...",
"Sliding Stretch...",
"Truncate Silence...",
"Wahwah...",
// Sole LADSPA effect...

View File

@ -96,7 +96,7 @@ wxString EffectTimeScale::GetDescription()
wxString EffectTimeScale::ManualPage()
{
return wxT("Sliding_Time_Scale_-_Pitch_Shift");
return wxT("Sliding_Stretch");
}
// EffectDefinitionInterface implementation

View File

@ -27,8 +27,8 @@ class ShuttleGui;
// two strings here
// unusual case
#define TIMESCALE_PLUGIN_SYMBOL \
IdentInterfaceSymbol{ wxT("Time Scale"), \
XO("Sliding Time Scale/Pitch Shift") }
IdentInterfaceSymbol{ wxT("Sliding Stretch"), \
XO("Sliding Stretch") }
class EffectTimeScale final : public EffectSBSMS
{