diff --git a/neo/framework/KeyInput.cpp b/neo/framework/KeyInput.cpp index aa8ef3af..76e423d8 100644 --- a/neo/framework/KeyInput.cpp +++ b/neo/framework/KeyInput.cpp @@ -790,7 +790,7 @@ simple print in the console the name of the key pressed */ void idKeyInput::KeyReveal( int keyNum ) { const char* keyName = KeyNumToString( keyNum, false ); - common->Printf( "pressed the \"%s\" lkey.\n", keyName ); + common->Printf( "pressed the \"%s\" key.\n", keyName ); } /*