mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 18:40:33 +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);
|
||||
end;
|
||||
with OptionsLabel do begin
|
||||
SetBounds(x,y+3,80,Height);
|
||||
SetBounds(x,y+3,120,Height);
|
||||
inc(x,Width+3);
|
||||
end;
|
||||
with OptionsEdit do begin
|
||||
@ -709,7 +709,7 @@ begin
|
||||
inc(y,Height+3);
|
||||
end;
|
||||
with TargetOSLabel do begin
|
||||
SetBounds(x,y+3,80,Height);
|
||||
SetBounds(x,y+3,120,Height);
|
||||
inc(x,Width+3);
|
||||
end;
|
||||
with TargetOSEdit do begin
|
||||
|
@ -1386,7 +1386,7 @@ msgstr "Installierte Pakete einrichten"
|
||||
|
||||
#: lazarusidestrconsts:lislazbuildconfirmbuild
|
||||
msgid "Confirm Before ReBuild Lazarus"
|
||||
msgstr ""
|
||||
msgstr "Bestätigen bevor Lazarus neu erstellt wird"
|
||||
|
||||
#: lazarusidestrconsts:lisconfirmchanges
|
||||
msgid "Confirm changes"
|
||||
|
Loading…
Reference in New Issue
Block a user