TAStudio: Fix a typo in tasproj import message

This commit is contained in:
RetroEdit 2020-08-30 12:05:16 +00:00
parent eed111bd8b
commit d3c5bb4990
No known key found for this signature in database
GPG Key ID: CE9E2A36E1EFA76F
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace BizHawk.Client.Common
}
else
{
Session.PopupMessage("The current .tasproj is compatible with this version of BizHawk! .tasproj features failed to load.");
Session.PopupMessage("The current .tasproj is not compatible with this version of BizHawk! .tasproj features failed to load.");
}
}
}