improved layout and german localization of configure build lazarus dialog (issue #1321)

git-svn-id: trunk@8546 -
This commit is contained in:
vincents 2006-01-17 15:46:08 +00:00
parent 8c5f336505
commit 7111c2806c
2 changed files with 3 additions and 3 deletions

View File

@ -700,7 +700,7 @@ begin
inc(y,Height+5); inc(y,Height+5);
end; end;
with OptionsLabel do begin with OptionsLabel do begin
SetBounds(x,y+3,80,Height); SetBounds(x,y+3,120,Height);
inc(x,Width+3); inc(x,Width+3);
end; end;
with OptionsEdit do begin with OptionsEdit do begin
@ -709,7 +709,7 @@ begin
inc(y,Height+3); inc(y,Height+3);
end; end;
with TargetOSLabel do begin with TargetOSLabel do begin
SetBounds(x,y+3,80,Height); SetBounds(x,y+3,120,Height);
inc(x,Width+3); inc(x,Width+3);
end; end;
with TargetOSEdit do begin with TargetOSEdit do begin

View File

@ -1386,7 +1386,7 @@ msgstr "Installierte Pakete einrichten"
#: lazarusidestrconsts:lislazbuildconfirmbuild #: lazarusidestrconsts:lislazbuildconfirmbuild
msgid "Confirm Before ReBuild Lazarus" msgid "Confirm Before ReBuild Lazarus"
msgstr "" msgstr "Bestätigen bevor Lazarus neu erstellt wird"
#: lazarusidestrconsts:lisconfirmchanges #: lazarusidestrconsts:lisconfirmchanges
msgid "Confirm changes" msgid "Confirm changes"