From f3a9828d3683ed9ace360adb2b37459fbc28f98b Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Wed, 8 Sep 2010 17:41:31 +0000 Subject: WII: Fix typo, update translations. svn-id: r52640 --- backends/platform/wii/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/wii/options.cpp b/backends/platform/wii/options.cpp index 0a21b45561..2a47958e3b 100644 --- a/backends/platform/wii/options.cpp +++ b/backends/platform/wii/options.cpp @@ -183,7 +183,7 @@ void WiiOptionsDialog::handleTickle() { break; default: - label = String::printf(_("Network not initialsed (%d)"), status); + label = String::printf(_("Network not initialised (%d)"), status); break; } -- cgit v1.2.3