Skip to content

Commit 604543d

Browse files
author
delphidabbler
committed
Tweak some desciptive text
1 parent df3df9c commit 604543d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

Src/FmCodeImportDlg.dfm

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ inherited CodeImportDlg: TCodeImportDlg
99
ExplicitHeight = 321
1010
inherited pcWizard: TPageControl
1111
Height = 288
12-
ActivePage = tsFile
12+
ActivePage = tsInfo
1313
ExplicitHeight = 288
1414
object tsInfo: TTabSheet
1515
Caption = 'tsInfo'
1616
TabVisible = False
17-
ExplicitLeft = 0
18-
ExplicitTop = 0
19-
ExplicitWidth = 0
20-
ExplicitHeight = 0
2117
object lblIntro: TLabel
2218
Left = 0
2319
Top = 8
@@ -98,9 +94,9 @@ inherited CodeImportDlg: TCodeImportDlg
9894
Height = 40
9995
AutoSize = False
10096
Caption =
101-
'The imported functions are listed below. Select, deselect and re' +
102-
'name as required then click the "Update" button to update the da' +
103-
'tabase. Use "Cancel" to abandon the import.'
97+
'The functions to be imported are listed below. Select, deselect ' +
98+
'and rename as required then click the "Update" button to update ' +
99+
'the database. Use "Cancel" to abandon the import.'
104100
WordWrap = True
105101
end
106102
object lvImports: TListView
@@ -153,10 +149,6 @@ inherited CodeImportDlg: TCodeImportDlg
153149
Caption = 'tsFinish'
154150
ImageIndex = 5
155151
TabVisible = False
156-
ExplicitLeft = 0
157-
ExplicitTop = 0
158-
ExplicitWidth = 0
159-
ExplicitHeight = 0
160152
object lblFinish: TLabel
161153
Left = 0
162154
Top = 8

0 commit comments

Comments
 (0)