[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:
Pierce Andjelkovic
2025-08-05 13:00:53 +10:00
committed by GitHub
parent 9d325e6c46
commit b4731b7f8f

View File

@@ -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