Fix typos, closes #935

This commit is contained in:
David Hrdlička
2020-07-19 17:45:15 +02:00
parent d97ef3ade9
commit 07eded0225
2 changed files with 3 additions and 3 deletions

View File

@@ -87,7 +87,7 @@ inthdc_close(void *priv)
static const device_t inthdc_device = {
"Internal Controller", 0, 0,
"Internal controller", 0, 0,
inthdc_init, inthdc_close, NULL,
NULL, NULL, NULL, NULL
};
@@ -101,7 +101,7 @@ static const struct {
{ "None", "none",
&null_device },
{ "Internal Controller", "internal",
{ "Internal controller", "internal",
&inthdc_device },
{ "[ISA] [MFM] IBM PC Fixed Disk Adapter", "st506_xt",

View File

@@ -296,7 +296,7 @@ END
DLG_NEW_FLOPPY DIALOG DISCARDABLE 0, 0, 226, 86
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "New Floppy Image"
CAPTION "New Image"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "OK",IDOK,74,65,50,14