1
0
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:
james.k.crook@gmail.com
2012-03-20 21:59:30 +00:00
parent 6c71a5e170
commit cd54a2728b
9 changed files with 12 additions and 12 deletions

View File

@@ -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)