[DISKPART] Convert command help to messages and fix some texts

This commit is contained in:
Eric Kohl 2022-05-30 01:09:08 +02:00
parent 488643583d
commit c287c08b27
18 changed files with 1879 additions and 2323 deletions

View file

@ -186,7 +186,7 @@ DetailPartition(
}
if (bVolumeFound == FALSE)
ConPuts(StdOut, L"\nThere is no volume associated with this partition.\n");
ConResPuts(StdOut, IDS_DETAIL_NO_VOLUME);
ConPuts(StdOut, L"\n");
@ -241,7 +241,7 @@ DetailVolume(
}
if (bDiskFound == FALSE)
ConPuts(StdOut, L"\nThere are no disks attached to this volume.\n");
ConResPuts(StdOut, IDS_DETAIL_NO_DISKS);
/* TODO: Print more volume details */