mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 04:09:25 +00:00
chore(developer): tweak language metadata message
Relates to https://community.software.sil.org/t/why-does-the-details-tab-in-keyman-developer-still-refer-to-keyman-10/5612/3
This commit is contained in:
parent
b5775d59a7
commit
b930d8199a
1 changed files with 3 additions and 36 deletions
|
|
@ -696,11 +696,11 @@ inherited frmKeymanWizard: TfrmKeymanWizard
|
|||
AlignWithMargins = True
|
||||
Left = 12
|
||||
Top = 22
|
||||
Width = 482
|
||||
Width = 390
|
||||
Height = 13
|
||||
Caption =
|
||||
'In Keyman 10, language metadata should now be managed in the pac' +
|
||||
'kage, not the keyboard.'
|
||||
'Language metadata is managed in the package that contains this k' +
|
||||
'eyboard.'
|
||||
end
|
||||
object lblLanguageKeyman10Title: TLabel
|
||||
Left = 12
|
||||
|
|
@ -721,9 +721,6 @@ inherited frmKeymanWizard: TfrmKeymanWizard
|
|||
object pageLayout: TTabSheet
|
||||
Caption = 'Layout'
|
||||
ImageIndex = 5
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
object pagesLayout: TPageControl
|
||||
Left = 0
|
||||
Top = 0
|
||||
|
|
@ -991,10 +988,6 @@ inherited frmKeymanWizard: TfrmKeymanWizard
|
|||
object pageLayoutCode: TTabSheet
|
||||
Caption = 'Code'
|
||||
ImageIndex = -1
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
@ -1041,16 +1034,10 @@ inherited frmKeymanWizard: TfrmKeymanWizard
|
|||
object pageOnScreenKeyboard: TTabSheet
|
||||
Caption = 'On-Screen'
|
||||
ImageIndex = 7
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageTouchLayout: TTabSheet
|
||||
Caption = 'Touch Layout'
|
||||
ImageIndex = 16
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
object pagesTouchLayout: TPageControl
|
||||
Left = 0
|
||||
Top = 0
|
||||
|
|
@ -1065,48 +1052,28 @@ inherited frmKeymanWizard: TfrmKeymanWizard
|
|||
object pageTouchLayoutDesign: TTabSheet
|
||||
Caption = 'Design'
|
||||
ImageIndex = -1
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageTouchLayoutCode: TTabSheet
|
||||
Caption = 'Code'
|
||||
ImageIndex = -1
|
||||
ExplicitLeft = 0
|
||||
ExplicitTop = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
object pageIncludeCodes: TTabSheet
|
||||
Caption = 'Char Codes'
|
||||
ImageIndex = 9
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageKMWEmbedJS: TTabSheet
|
||||
Caption = 'Embedded JS'
|
||||
ImageIndex = 9
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageKMWEmbedCSS: TTabSheet
|
||||
Caption = 'Embedded CSS'
|
||||
ImageIndex = 9
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageKMWHelp: TTabSheet
|
||||
Caption = 'Embedded Help'
|
||||
ImageIndex = 9
|
||||
ExplicitLeft = 0
|
||||
ExplicitWidth = 0
|
||||
ExplicitHeight = 0
|
||||
end
|
||||
object pageCompile: TTabSheet
|
||||
Caption = 'Build'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue