summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorgnick79 <gnick79@gmail.com>2011-01-12 20:49:38 +0000
committergnick79 <gnick79@gmail.com>2011-01-12 20:49:38 +0000
commitdc99e13f1f3e67dd82c187c07a14dd81da2d67c7 (patch)
treeea8b79be9e390ba534081f93ce32d5e1a248975a /Source/Core
parent96403e7284341db3bd0857e308d4c16d71da2c3b (diff)
* 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
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/Src/BootManager.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DolphinWX/Src/BootManager.cpp b/Source/Core/DolphinWX/Src/BootManager.cpp
index cb2f24e8bf..b8092b4e12 100644
--- a/Source/Core/DolphinWX/Src/BootManager.cpp
+++ b/Source/Core/DolphinWX/Src/BootManager.cpp
@@ -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;
}