Skip to content

Commit

Permalink
imp - Removed hwprobe prefix leftover
Browse files Browse the repository at this point in the history
---

We've reworded the hardware parsing message to make it more obvious. This is to get rid of the 2018 look.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 26, 2024
1 parent 4201f6b commit 37e635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Nitrocid/Kernel/Starting/KernelStageActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ internal static void Stage02KernelUpdates()
internal static void Stage03HardwareProbe()
{
if (!HardwareProbe.QuietHardwareProbe)
SplashReport.ReportProgress(Translate.DoTranslation("hwprobe: Your hardware will be probed. Please wait..."), 15);
SplashReport.ReportProgress(Translate.DoTranslation("Please wait while the kernel initializes your hardware..."), 15);
HardwareProbe.StartProbing();
if (!SplashManager.EnableSplash & !KernelEntry.QuietKernel)
HardwareList.ListHardware();
Expand Down

0 comments on commit 37e635c

Please sign in to comment.