Skip to content

Commit fb6aee5

Browse files
author
delphidabbler
committed
Tweaked some descriptive text in Database update and SWAG import wizards
1 parent 604543d commit fb6aee5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Src/FmDBUpdateDlg.dfm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inherited DBUpdateDlg: TDBUpdateDlg
1616
end
1717
inherited pcWizard: TPageControl
1818
Width = 409
19-
ActivePage = tsFinish
19+
ActivePage = tsFolder
2020
ExplicitWidth = 409
2121
object tsIntro: TTabSheet
2222
Caption = 'tsIntro'
@@ -63,9 +63,9 @@ inherited DBUpdateDlg: TDBUpdateDlg
6363
object lblFolderPageInfo: TLabel
6464
Left = 0
6565
Top = 72
66-
Width = 246
66+
Width = 220
6767
Height = 13
68-
Caption = 'Click the Next button to update the local database.'
68+
Caption = 'Click the Next button when ready to proceed.'
6969
end
7070
object edPath: TEdit
7171
Left = 0

Src/FmSWAGImportDlg.dfm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inherited SWAGImportDlg: TSWAGImportDlg
1919
inherited pcWizard: TPageControl
2020
Width = 671
2121
Height = 456
22-
ActivePage = tsIntro
22+
ActivePage = tsUpdate
2323
ExplicitWidth = 671
2424
ExplicitHeight = 456
2525
object tsIntro: TTabSheet
@@ -33,10 +33,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
3333
Align = alTop
3434
TabOrder = 0
3535
TabStop = True
36-
ExplicitLeft = 8
37-
ExplicitTop = 8
36+
ExplicitWidth = 663
3837
inherited pnlBrowser: TPanel
3938
Width = 663
39+
ExplicitWidth = 663
4040
inherited wbBrowser: TWebBrowser
4141
Width = 663
4242
ExplicitWidth = 320
@@ -178,10 +178,10 @@ inherited SWAGImportDlg: TSWAGImportDlg
178178
AutoSize = False
179179
Caption =
180180
'You have chosen to import the following SWAG snippets. They will' +
181-
' be imported with the given Display Names and Unique IDs. You ca' +
182-
'n change these if you wish using the Snippets Editor. To make ch' +
183-
'anges go back to the previous page. When you are ready to import' +
184-
' the snippets click "Import". This step can'#39't be undone.'
181+
' be imported with the given Display Names and Snippet IDs. You c' +
182+
'an change these if you wish using the Snippets Editor. To make c' +
183+
'hanges go back to the previous page. When you are ready to impor' +
184+
't the snippets click "Import". This step can'#39't be undone.'
185185
WordWrap = True
186186
end
187187
object lvImports: TListView

0 commit comments

Comments
 (0)