diff --git a/dll/cpl/hotplug/lang/es-ES.rc b/dll/cpl/hotplug/lang/es-ES.rc index a6803a6d440e1..98068f882be57 100644 --- a/dll/cpl/hotplug/lang/es-ES.rc +++ b/dll/cpl/hotplug/lang/es-ES.rc @@ -25,7 +25,7 @@ BEGIN LTEXT "Para confirmar la detención de los dispositivos, pulse Aceptar para continuar.", IDC_STATIC, 7, 8, 241, 14, WS_CHILD | WS_VISIBLE | WS_GROUP LTEXT "ReactOS intentará detener los siguientes dispositivos. Tras su detención, puede extraerlos con seguridad.", IDC_STATIC, 7, 22, 240, 18, WS_CHILD | WS_VISIBLE | WS_GROUP CONTROL "", IDC_CONFIRM_STOP_DEVICE_LIST, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_GROUP | WS_TABSTOP, 8, 45, 240, 78 - DEFPUSHBUTTON "OK", IDOK, 144, 127, 50, 14 + DEFPUSHBUTTON "Aceptar", IDOK, 144, 127, 50, 14 PUSHBUTTON "Cancelar", IDCANCEL, 198, 127, 50, 14 END