mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Fixed some smart quotes that can cause problems for .po file generation.
This commit is contained in:
@@ -345,7 +345,7 @@ void XMLFileWriter::CloseWithoutEndingTags()
|
||||
if (!wxFFile::Flush())
|
||||
{
|
||||
wxFFile::Close();
|
||||
/* i18n-hint: <EFBFBD>flushing<EFBFBD> means writing any remaining queued up changes
|
||||
/* i18n-hint: 'flushing' means writing any remaining queued up changes
|
||||
* to disk that have not yet been written.*/
|
||||
throw new XMLFileWriterException(_("Error Flushing File"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user