diff options
Diffstat (limited to 'MdePkg/Library/UefiDevicePathLib/DevicePathToText.c')
-rw-r--r-- | MdePkg/Library/UefiDevicePathLib/DevicePathToText.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c index 08cc3e87f2..0774fd8c17 100644 --- a/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c +++ b/MdePkg/Library/UefiDevicePathLib/DevicePathToText.c @@ -1618,7 +1618,7 @@ DevPathToTextWiFi ( WIFI_DEVICE_PATH *WiFi;
WiFi = DevPath;
- UefiDevicePathLibCatPrint (Str, L"WiFi(%a)", WiFi->SSId);
+ UefiDevicePathLibCatPrint (Str, L"Wi-Fi(%a)", WiFi->SSId);
}
/**
|