mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-12 01:15:39 +01:00
Fixed some smart quotes that can cause problems for .po file generation.
This commit is contained in:
@@ -311,7 +311,7 @@ END_EVENT_TABLE()
|
||||
|
||||
ChangeSpeedDialog::ChangeSpeedDialog(EffectChangeSpeed *effect, wxWindow *parent)
|
||||
: EffectDialog(parent,
|
||||
/* i18n-hint: Audacity<EFBFBD>s change speed effect changes the speed and pitch.*/
|
||||
/* i18n-hint: Audacity's change speed effect changes the speed and pitch.*/
|
||||
_("Change Speed"),
|
||||
PROCESS_EFFECT),
|
||||
mEffect(effect)
|
||||
|
||||
Reference in New Issue
Block a user