aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
diff options
context:
space:
mode:
authorAndre Heider2010-09-08 17:41:31 +0000
committerAndre Heider2010-09-08 17:41:31 +0000
commitf3a9828d3683ed9ace360adb2b37459fbc28f98b (patch)
tree468b8ede43072960d99d7ca086e05be9d16e728b /backends/platform
parentf1690a2b75237fe6b83c32eb6a1c7365d40fa0e6 (diff)
downloadscummvm-rg350-f3a9828d3683ed9ace360adb2b37459fbc28f98b.tar.gz
scummvm-rg350-f3a9828d3683ed9ace360adb2b37459fbc28f98b.tar.bz2
scummvm-rg350-f3a9828d3683ed9ace360adb2b37459fbc28f98b.zip
WII: Fix typo, update translations.
svn-id: r52640
Diffstat (limited to 'backends/platform')
-rw-r--r--backends/platform/wii/options.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}