Merge pull request #376 from lioncash/wx

Wx cleanup
This commit is contained in:
shuffle2
2014-05-21 21:54:00 -07:00
44 changed files with 536 additions and 548 deletions

View File

@ -612,7 +612,7 @@ void CWiiSaveCrypted::ScanForFiles(std::string savDir, std::vector<std::string>&
{
if ((elem.virtualName == "nocopy") || elem.virtualName == "nomove")
{
PanicAlert("This save will likely require homebrew tools to copy to a real wii");
PanicAlertT("This save will likely require homebrew tools to copy to a real Wii.");
}
Directories.push_back(elem.physicalName);