mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 08:50:16 +02:00
improved message
git-svn-id: trunk@4112 -
This commit is contained in:
parent
a5f0ab0d3f
commit
5690c12858
@ -2175,7 +2175,7 @@ begin
|
||||
Result:=MessageDlg('Rebuild Lazarus?',
|
||||
'The package "'+APackage.IDAsString+'" was marked for installation.'#13
|
||||
+'Currently lazarus only supports static linked packages. The real '
|
||||
+'installation needs rebuilding of lazarus.'#13
|
||||
+'installation needs rebuilding and restarting of lazarus.'#13
|
||||
+#13
|
||||
+'Should lazarus now be rebuilt?',
|
||||
mtConfirmation,[mbYes,mbNo],0);
|
||||
@ -2240,7 +2240,7 @@ begin
|
||||
Result:=MessageDlg('Rebuild Lazarus?',
|
||||
'The package "'+APackage.IDAsString+'" was marked.'#13
|
||||
+'Currently lazarus only supports static linked packages. The real '
|
||||
+'un-installation needs rebuilding of lazarus.'#13
|
||||
+'un-installation needs rebuilding and restarting of lazarus.'#13
|
||||
+#13
|
||||
+'Should lazarus now be rebuilt?',
|
||||
mtConfirmation,[mbYes,mbNo],0);
|
||||
|
Loading…
Reference in New Issue
Block a user