1
0
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:
james.k.crook@gmail.com
2012-03-20 16:48:57 +00:00
parent 63f0b8b09e
commit 6c71a5e170
12 changed files with 31 additions and 14 deletions

View File

@@ -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"));
}