mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 14:32:38 +02:00
IDE: improved build modes manager localization
git-svn-id: trunk@42612 -
This commit is contained in:
parent
78580f0a9f
commit
8f580a5a17
@ -537,7 +537,7 @@ begin
|
||||
MoveDownSpeedButton.Hint:=Format(lisMoveOnePositionDown, [Identifier]);
|
||||
DiffSpeedButton.Hint:=lisShowDifferencesBetweenModes;
|
||||
NoteLabel.Caption:='';
|
||||
btnCreateDefaultModes.Caption:='Create Debug and Release modes';
|
||||
btnCreateDefaultModes.Caption:=lisCreateDebugAndReleaseModes;
|
||||
btnCreateDefaultModes.Hint:='';
|
||||
btnCreateDefaultModes.Visible := (fBuildModes.Find(DebugModeName)=Nil)
|
||||
and (fBuildModes.Find(ReleaseModeName)=Nil);
|
||||
|
@ -5403,6 +5403,7 @@ resourcestring
|
||||
lisMoveOnePositionUp = 'Move "%s" one position up';
|
||||
lisMoveOnePositionDown = 'Move "%s" one position down';
|
||||
lisShowDifferencesBetweenModes = 'Show differences between modes ...';
|
||||
lisCreateDebugAndReleaseModes = 'Create Debug and Release modes';
|
||||
lisChangeBuildMode = 'Change build mode';
|
||||
lisWarningThisIsTheMainUnitTheNewMainUnitWillBePas = '%sWarning: This is '
|
||||
+'the main unit. The new main unit will be %s.pas.';
|
||||
|
Loading…
Reference in New Issue
Block a user