Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT
The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626.
This commit is contained in:
@ -82,7 +82,7 @@ static const _KeyCodeText _keycodes[]={
|
||||
{KEY_KP_ENTER ,"Kp Enter"},
|
||||
{KEY_KP_MULTIPLY ,"Kp Multiply"},
|
||||
{KEY_KP_DIVIDE ,"Kp Divide"},
|
||||
{KEY_KP_SUBSTRACT ,"Kp Substract"},
|
||||
{KEY_KP_SUBTRACT ,"Kp Subtract"},
|
||||
{KEY_KP_PERIOD ,"Kp Period"},
|
||||
{KEY_KP_ADD ,"Kp Add"},
|
||||
{KEY_KP_0 ,"Kp 0"},
|
||||
|
||||
Reference in New Issue
Block a user