From 6eb708cceeff3bf45c078c56d57921e64bcc407a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Thu, 2 Feb 2012 20:55:38 +0100 Subject: [PATCH] VeSTige/VstEffectControlDialog: fixed spelling error Fixed minor spelling error. --- plugins/vestige/vestige.cpp | 6 +++--- plugins/vst_effect/VstEffectControlDialog.cpp | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 83e33ea83..425cbecdd 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -404,7 +404,7 @@ VestigeInstrumentView::VestigeInstrumentView( Instrument * _instrument, m_rolLPresetButton->setShortcut( Qt::Key_Minus ); m_rolLPresetButton->setWhatsThis( - tr( "Click here, if you want to switch to another VST-plugin presset program." ) ); + tr( "Click here, if you want to switch to another VST-plugin preset program." ) ); m_savePresetButton = new pixmapButton( this, "" ); @@ -420,7 +420,7 @@ VestigeInstrumentView::VestigeInstrumentView( Instrument * _instrument, toolTip::add( m_savePresetButton, tr( "Save preset" ) ); m_savePresetButton->setWhatsThis( - tr( "Click here, if you want to save current VST-plugin presset program." ) ); + tr( "Click here, if you want to save current VST-plugin preset program." ) ); m_rolRPresetButton = new pixmapButton( this, "" ); @@ -438,7 +438,7 @@ VestigeInstrumentView::VestigeInstrumentView( Instrument * _instrument, m_rolRPresetButton->setShortcut( Qt::Key_Plus ); m_rolRPresetButton->setWhatsThis( - tr( "Click here, if you want to switch to another VST-plugin presset program." ) ); + tr( "Click here, if you want to switch to another VST-plugin preset program." ) ); diff --git a/plugins/vst_effect/VstEffectControlDialog.cpp b/plugins/vst_effect/VstEffectControlDialog.cpp index 39b1b433c..bb012b93b 100644 --- a/plugins/vst_effect/VstEffectControlDialog.cpp +++ b/plugins/vst_effect/VstEffectControlDialog.cpp @@ -119,7 +119,7 @@ VstEffectControlDialog::VstEffectControlDialog( VstEffectControls * _ctl ) : m_rolLPresetButton->setShortcut( Qt::Key_Minus ); m_rolLPresetButton->setWhatsThis( - tr( "Click here, if you want to switch to another VST-plugin presset program." ) ); + tr( "Click here, if you want to switch to another VST-plugin preset program." ) ); m_rolLPresetButton->setMinimumWidth( 16 ); m_rolLPresetButton->setMaximumWidth( 16 ); @@ -141,7 +141,7 @@ VstEffectControlDialog::VstEffectControlDialog( VstEffectControls * _ctl ) : m_rolRPresetButton->setShortcut( Qt::Key_Plus ); m_rolRPresetButton->setWhatsThis( - tr( "Click here, if you want to switch to another VST-plugin presset program." ) ); + tr( "Click here, if you want to switch to another VST-plugin preset program." ) ); m_rolRPresetButton->setMinimumWidth( 16 ); m_rolRPresetButton->setMaximumWidth( 16 ); @@ -179,7 +179,7 @@ VstEffectControlDialog::VstEffectControlDialog( VstEffectControls * _ctl ) : toolTip::add( m_savePresetButton, tr( "Save preset" ) ); m_savePresetButton->setWhatsThis( - tr( "Click here, if you want to save current VST-plugin presset program." ) ); + tr( "Click here, if you want to save current VST-plugin preset program." ) ); m_savePresetButton->setMinimumWidth( 21 );