Fix a number of untranslated strings.

This commit is contained in:
Seth Hillbrand
2018-06-12 17:05:25 -07:00
parent fb1aa56b77
commit bc7bd107d9
9 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ void BM2CMP_FRAME::ExportFile( FILE* aOutfile, OUTPUT_FMT_ID aFormat )
if( !potrace_bitmap )
{
wxString msg;
msg.Printf( wxT( "Error allocating memory for potrace bitmap" ) );
msg.Printf( _( "Error allocating memory for potrace bitmap" ) );
wxMessageBox( msg );
return;
}