Browse Source

Cosmetics: Enlist Account -> buyer key

Herman Schoenfeld 7 years ago
parent
commit
cd5ea2b036
1 changed files with 12 additions and 12 deletions
  1. 12 12
      src/gui/wizards/operations/UWIZEnlistAccountForSale_EnterPublicKey.lfm

+ 12 - 12
src/gui/wizards/operations/UWIZEnlistAccountForSale_EnterPublicKey.lfm

@@ -7,31 +7,31 @@ object WIZEnlistAccountForSale_EnterPublicKey: TWIZEnlistAccountForSale_EnterPub
   Caption = 'WIZEnlistAccountForSale_EnterPublicKey'
   ClientHeight = 253
   ClientWidth = 429
-  LCLVersion = '1.8.2.0'
   Visible = False
   object gbTransaction: TGroupBox
-    Left = 16
-    Height = 232
-    Top = 8
-    Width = 400
+    Left = 4
+    Height = 244
+    Top = 4
+    Width = 420
     Anchors = [akTop, akLeft, akRight, akBottom]
-    Caption = 'Enter Public Key'
-    ClientHeight = 212
-    ClientWidth = 396
+    Caption = 'Buyer Key'
+    ClientHeight = 224
+    ClientWidth = 416
     TabOrder = 0
     object lblPublicKey: TLabel
       Left = 8
       Height = 15
       Top = 8
-      Width = 377
-      Caption = 'Please Enter the Public Key of the account you wish to make the sale to.'
+      Width = 321
+      Caption = 'Enter the Public Key of the buyer who will receive account(s).'
       ParentColor = False
     end
     object mmoPublicKey: TMemo
       Left = 8
-      Height = 144
+      Height = 176
       Top = 40
-      Width = 378
+      Width = 400
+      Anchors = [akTop, akLeft, akRight, akBottom]
       TabOrder = 0
     end
   end