mirror of
https://github.com/reactos/reactos.git
synced 2025-04-24 23:50:24 +00:00
fix typo
spotted by Christoph_vW svn path=/trunk/; revision=22368
This commit is contained in:
parent
c2321de544
commit
a526193b42
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
|
|||
|
||||
IDD_PROPPAGEPOWERSHEMES DIALOGEX 0, 0, 252, 218
|
||||
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Energieschemas"
|
||||
CAPTION "Energieschemata"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON IDI_ACDC, IDI_ACDC, 7,7,28,22
|
||||
LTEXT "Wählen Sie das Energieschema mit den am besten zu diesem Computer passenden Einstellungen. Bedenken Sie, dass die Einstellungen das unten ausgewählte Schema modifizieren.",
|
||||
-1,45,13,194,36
|
||||
GROUPBOX "&Energieschemen", -1, 7,57,240,46
|
||||
GROUPBOX "&Energieschemata", -1, 7,57,240,46
|
||||
COMBOBOX IDC_ENERGYLIST, 14,70,224,92, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
PUSHBUTTON "Speichern &unter...", -1, 100,85,75,15,WS_DISABLED
|
||||
PUSHBUTTON "&Löschen", -1, 180,85,55,15,WS_DISABLED
|
||||
|
|
Loading…
Reference in a new issue