mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Fixed more internationalisation hints.
This commit is contained in:
@@ -345,6 +345,8 @@ void XMLFileWriter::CloseWithoutEndingTags()
|
||||
if (!wxFFile::Flush())
|
||||
{
|
||||
wxFFile::Close();
|
||||
/* i18n-hint: <20>flushing<6E> 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