mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 17:00:31 +00:00
[SHELL] Increase field width in German resources so the drive text can fit
svn path=/trunk/; revision=46765
This commit is contained in:
parent
2052c57785
commit
b800febcd7
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ BEGIN
|
|||
|
||||
CONTROL "", 14015, "Static", SS_NOTIFY | SS_SUNKEN | SS_OWNERDRAW, 20, 140, 200, 20
|
||||
|
||||
LTEXT "Laufwerk %s", 14009, 100, 170, 40, 10
|
||||
LTEXT "Laufwerk %s", 14009, 100, 170, 50, 10
|
||||
PUSHBUTTON "Bereinigen", 14010, 180, 175, 50, 15, WS_TABSTOP
|
||||
CHECKBOX "Laufwerk komprimieren, um Speicherplatz zu sparen", 14011, 15, 205, 180, 10, WS_DISABLED
|
||||
CHECKBOX "Laufwerk für schnelle Dateisuche indizieren", 14012, 15, 220, 165, 10, WS_DISABLED
|
||||
|
|
Loading…
Reference in a new issue