mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 10:40:43 +02:00
improved layout and german localization of configure build lazarus dialog (issue #1321)
git-svn-id: trunk@8546 -
This commit is contained in:
parent
8c5f336505
commit
7111c2806c
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user