mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:21:50 +00:00
[DISKPART] Convert command help to messages and fix some texts
This commit is contained in:
parent
488643583d
commit
c287c08b27
18 changed files with 1879 additions and 2323 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue