[POWERCFG] Power Scheme fix as per CORE-16893 (#2593)
[reactos.git] / dll / cpl / powercfg / lang / he-IL.rc
index b8cdec6..2044cba 100644 (file)
@@ -10,7 +10,7 @@ BEGIN
     ICON IDI_ACDC, IDI_ACDC, 7, 7, 28, 22
     LTEXT "Select the power scheme with the most appropriate settings for this computer. Note that changing the settings below will modify the selected scheme.", -1, 37, 6, 209, 36
     GROUPBOX "תכנית צריכת חשמל", -1, 6, 43, 240, 50
-    COMBOBOX IDC_ENERGYLIST, 14, 54, 224, 92, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL
+    COMBOBOX IDC_ENERGYLIST, 14, 54, 224, 92, CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
     PUSHBUTTON "שמור בשם...", IDC_SAVEAS_BTN, 109, 72, 70, 14, WS_DISABLED
     PUSHBUTTON "מחק", IDC_DELETE_BTN, 183, 72, 55, 14, WS_DISABLED
     GROUPBOX "Unknown", IDC_GRPDETAIL, 6, 95, 240, 136
@@ -132,8 +132,8 @@ FONT 8, "MS Shell Dlg"
 BEGIN
     LTEXT "Save this power scheme as:", -1, 7, 7, 104, 8
     EDITTEXT IDC_SCHEMENAME, 7, 18, 176, 14, ES_AUTOHSCROLL | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP
-    PUSHBUTTON "OK", IDOK, 79, 40, 50, 14
-    DEFPUSHBUTTON "Cancel", IDCANCEL, 133, 40, 50, 14
+    DEFPUSHBUTTON "OK", IDOK, 79, 40, 50, 14
+    PUSHBUTTON "Cancel", IDCANCEL, 133, 40, 50, 14
 END
 
 STRINGTABLE
@@ -173,4 +173,5 @@ BEGIN
     IDS_TIMEOUT16 "אף פעם"
     IDS_DEL_SCHEME "Are you sure you want to delete the power scheme: ""%s""?"
     IDS_DEL_SCHEME_TITLE "מחק ערכה"
+    IDS_DEL_SCHEME_ERROR "Unable to delete power scheme"
 END