mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-15 12:07:42 +00:00
Merge pull request #7607 from keymanapp/fix/developer/7605-7606-tweak-captions
fix(developer): tweak captions for consistency
This commit is contained in:
commit
c7a277e29e
2 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ inherited frmModelEditor: TfrmModelEditor
|
|||
Width = 333
|
||||
Height = 13
|
||||
Caption =
|
||||
'The keyboard must be compiled in order to distribute or install ' +
|
||||
'The model must be compiled in order to distribute or install ' +
|
||||
'it'
|
||||
end
|
||||
object panBuildLexicalModel: TPanel
|
||||
|
|
|
|||
|
|
@ -1124,7 +1124,7 @@ inherited frmPackageEditor: TfrmPackageEditor
|
|||
ImageIndex = 9
|
||||
end
|
||||
object pageCompile: TTabSheet
|
||||
Caption = 'Compile'
|
||||
Caption = 'Build'
|
||||
ImageIndex = 1
|
||||
object sbCompile: TScrollBox
|
||||
Left = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue