* 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:
parent
96403e7284
commit
dc99e13f1f
948
Languages/it.po
948
Languages/it.po
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue