From 619d8e87f15d43fc71b2071ebb5a84ce37e3115b Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sun, 18 Feb 2007 17:53:44 +0000 Subject: French keyboard is 'azerty' not 'awert' svn-id: r25693 --- engines/scumm/script_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/script_v2.cpp b/engines/scumm/script_v2.cpp index d0be273547..2fff7379db 100644 --- a/engines/scumm/script_v2.cpp +++ b/engines/scumm/script_v2.cpp @@ -863,7 +863,7 @@ void ScummEngine_v2::o2_verbOps() { // FIXME: these keyboard map depends on the language of the game. // E.g. a german keyboard has 'z' and 'y' swapped, while a french - // keyboard starts with "awert", etc. + // keyboard starts with "azerty", etc. if (_game.platform == Common::kPlatformNES) { static const char keyboard[] = { 'q','w','e','r', -- cgit v1.2.3