mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[NEWDEV] Correct typo in en-us locale (#8270)
Change "removeable" (uncommon British English spelling) to "removable" (standard US spelling) in the en-US locale.
This commit is contained in:
committed by
GitHub
parent
9d325e6c46
commit
b4731b7f8f
@@ -42,7 +42,7 @@ FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
CONTROL "Search in these locations", IDC_RADIO_SEARCHHERE, "Button", BS_AUTORADIOBUTTON, 27, 11, 239, 12
|
||||
CONTROL "Choose the driver manually", IDC_RADIO_CHOOSE, "Button", BS_AUTORADIOBUTTON, 27, 98, 171, 12
|
||||
CONTROL "Search removeable media", IDC_CHECK_MEDIA, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 47, 33, 163, 12
|
||||
CONTROL "Search removable media", IDC_CHECK_MEDIA, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 47, 33, 163, 12
|
||||
CONTROL "Include this path", IDC_CHECK_PATH, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 47, 54, 162, 12
|
||||
PUSHBUTTON "Browse", IDC_BROWSE, 248, 70, 50, 14
|
||||
COMBOBOX IDC_COMBO_PATH, 61, 71, 176, 12, CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP | CBS_AUTOHSCROLL
|
||||
|
||||
Reference in New Issue
Block a user