equivalent but more consistent
This commit is contained in:
@@ -124,7 +124,7 @@ RString InputHandler::GetDeviceSpecificInputString( const DeviceInput &di )
|
||||
{
|
||||
wchar_t c = DeviceButtonToChar( di.button, false );
|
||||
if( c && c != L' ' ) // Don't show "Key " for space.
|
||||
return "Key " + Capitalize( WStringToRString(wstring()+c) );
|
||||
return InputDeviceToString(di.device) + " " + + Capitalize( WStringToRString(wstring()+c) );
|
||||
return DeviceButtonToString( di.button );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user