Fix UI string typo.

This commit is contained in:
Wayne Stambaugh 2017-11-12 07:38:39 -05:00
parent a1acf705e8
commit 620251de69
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ void LIB_EDIT_FRAME::OnExportPart( wxCommandEvent& event )
if( fn.Exists() && !fn.IsDirWritable() )
{
msg.Printf( _( "Write permissions are requured to save library '%s'." ), fn.GetFullPath() );
msg.Printf( _( "Write permissions are required to save library '%s'." ), fn.GetFullPath() );
DisplayError( this, msg );
return;
}