mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
Some fixes in my translation to let the text better fit.
svn path=/trunk/; revision=28556
This commit is contained in:
parent
e4e94438f6
commit
0a7ed18bbc
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ END
|
|||
|
||||
IDD_DIALOGOPTIONS DIALOGEX 0, 0, 153, 182
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Bildschirm-Lupe Einstellungen"
|
||||
CAPTION "Einstellungen"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "Beenden",IDOK,96,161,50,14
|
||||
PUSHBUTTON "Hilfe",IDOK,38,161,50,14
|
||||
LTEXT "Vergrößerungsfaktor:",IDC_STATIC,6,12,68,8
|
||||
LTEXT "Vergrößerungsgrad:",IDC_STATIC,6,12,68,8
|
||||
COMBOBOX IDC_ZOOM,72,6,63,66,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
||||
GROUPBOX "Folgen",IDC_STATIC,7,25,139,59
|
||||
GROUPBOX "Präsentation",IDC_STATIC,7,87,139,57
|
||||
|
|
Loading…
Reference in a new issue