mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
fixed typo spotted by Royce.
svn path=/trunk/; revision=10480
This commit is contained in:
parent
7c8662b9af
commit
8dac27ed6f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|||
CAPTION "Video Driver Installation"
|
||||
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "The ReactOS setup detected, that you run ReactOS inside of VMware(r).\n\n\nIf you like to install the VMware(r) SVGA driver click 'Next', otherwise click 'Cancel'.",-1,25,25,225,85
|
||||
LTEXT "The ReactOS setup detected that you run ReactOS inside of VMware(r).\n\n\nIf you like to install the VMware(r) SVGA driver click 'Next', otherwise click 'Cancel'.",-1,25,25,225,85
|
||||
END
|
||||
|
||||
IDD_INSERT_VMWARE_TOOLS DIALOGEX 0, 0, PROPSHEETWIDTH, PROPSHEETHEIGHT
|
||||
|
|
Loading…
Reference in a new issue