1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-08 12:42:03 +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

@@ -654,7 +654,7 @@ void CompressorDialog::PopulateOrExchange(ShuttleGui & S)
wxALIGN_LEFT | wxALIGN_CENTER_VERTICAL);
/* i18n-hint: Particularly in percussion, sounds can be regarded as having
* an <EFBFBD>attack<EFBFBD> phase where the sound builds up and a <EFBFBD>decay<EFBFBD> where the
* an 'attack' phase where the sound builds up and a 'decay' where the
* sound dies away. So this means 'onset duration'. */
mAttackLabel = S.AddVariableText(_("Attack Time:"), true,
wxALIGN_RIGHT | wxALIGN_CENTER_VERTICAL);