Browse Source

Cosmetics: Enlist Account -> sale price

Herman Schoenfeld 7 years ago
parent
commit
de7a6b5b5f

+ 15 - 15
src/gui/wizards/operations/UWIZEnlistAccountForSale_EnterSaleAmount.lfm

@@ -8,15 +8,15 @@ object WIZEnlistAccountForSale_EnterSaleAmount: TWIZEnlistAccountForSale_EnterSa
   ClientHeight = 253
   ClientWidth = 429
   Visible = False
-  object gbSaleAmount: TGroupBox
-    Left = 16
-    Height = 232
-    Top = 8
-    Width = 400
+  object gbSalePrice: TGroupBox
+    Left = 4
+    Height = 244
+    Top = 4
+    Width = 420
     Anchors = [akTop, akLeft, akRight, akBottom]
-    Caption = 'Sale Amount'
-    ClientHeight = 212
-    ClientWidth = 396
+    Caption = 'Sale Price'
+    ClientHeight = 224
+    ClientWidth = 416
     TabOrder = 0
     object edtAmt: TEdit
       Left = 8
@@ -28,25 +28,25 @@ object WIZEnlistAccountForSale_EnterSaleAmount: TWIZEnlistAccountForSale_EnterSa
     object lblSaleAmountNotice: TLabel
       Left = 8
       Height = 15
-      Top = 7
-      Width = 293
-      Caption = 'Please enter the amount you wish to sell EACH PASA at.'
+      Top = 8
+      Width = 256
+      Caption = 'Enter the price to sell each account at (not total).'
       ParentColor = False
     end
     object chkChooseFee: TCheckBox
       Left = 8
       Height = 19
       Top = 80
-      Width = 226
-      Caption = 'Let me choose fee''s for this transaction'
+      Width = 203
+      Caption = 'Use custom fee''s for this operation'
       TabOrder = 1
     end
     object chkAttachPayload: TCheckBox
       Left = 8
       Height = 19
       Top = 110
-      Width = 303
-      Caption = 'I want to attach a message payload to this transaction'
+      Width = 258
+      Caption = 'Attach a message/payload to this transaction'
       TabOrder = 2
     end
   end

+ 1 - 1
src/gui/wizards/operations/UWIZEnlistAccountForSale_EnterSaleAmount.pas

@@ -29,7 +29,7 @@ type
     chkChooseFee: TCheckBox;
     chkAttachPayload: TCheckBox;
     edtAmt: TEdit;
-    gbSaleAmount: TGroupBox;
+    gbSalePrice: TGroupBox;
     lblSaleAmountNotice: TLabel;
     procedure UpdateUI();