1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 06:01:13 +02: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

@@ -181,7 +181,7 @@ wxString HelpTextBuiltIn( const wxString & Key )
{
if(Key==wxT("welcome"))
{
/* i18n-hint: Preserve [[file:quick_help.html as it<EFBFBD>s the name of a file.*/
/* i18n-hint: Preserve [[file:quick_help.html as it's the name of a file.*/
return WrapText(
wxString(wxT("")) +
_("<center><h3>How to Get Help</h3></center>") +