* Second look (mine) to italian translation

- note: big update, but incomplete again


- fixed a compiling error introduced in the previous revision

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6833 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79 2011-01-12 20:49:38 +00:00
parent 96403e7284
commit dc99e13f1f
2 changed files with 491 additions and 486 deletions

File diff suppressed because it is too large Load Diff

View File

@ -151,8 +151,7 @@ bool BootCore(const std::string& _rFilename)
// Init the core
if (!Core::Init())
{
PanicAlert("%s", _wxt("Couldn't init the core.\n"
"Check your configuration."));
PanicAlert("%s", _wxt("Couldn't init the core.\nCheck your configuration."));
return false;
}