[DISKPART] Clean up the help system and fix translations

@Translators: You can translate text again, but please do no translate placeholder text.
This commit is contained in:
Eric Kohl 2022-05-16 01:46:32 +02:00
parent 15be457b6d
commit 032c50f87c
14 changed files with 3048 additions and 2812 deletions

View file

@ -57,7 +57,7 @@ typedef struct _COMMAND
PWSTR cmd3;
BOOL (*func)(INT, WCHAR**);
INT help;
INT help_desc;
INT help_detail;
} COMMAND, *PCOMMAND;
extern COMMAND cmds[];