1
0
Эх сурвалжийг харах

No space before ellipsis in command captions + Capitalize trailing To in command captions

Source commit: 600e74ebb81692f7859c12e955e3575248a3b552
Martin Prikryl 9 жил өмнө
parent
commit
5cf9812a94

+ 1 - 1
source/forms/CopyParams.dfm

@@ -215,7 +215,7 @@ object CopyParamsFrame: TCopyParamsFrame
       Top = 122
       Width = 125
       Height = 17
-      Caption = 'Rep&lace '#39'\:*?'#39' ...'
+      Caption = 'Rep&lace '#39'\:*?'#39'...'
       TabOrder = 4
       OnClick = ControlChange
     end

+ 4 - 4
source/forms/LocationProfiles.dfm

@@ -122,7 +122,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
         Width = 83
         Height = 25
         Anchors = [akTop, akRight]
-        Caption = '&Add ...'
+        Caption = '&Add...'
         TabOrder = 1
         OnClick = AddBookmarkButtonClick
       end
@@ -177,7 +177,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
         Width = 83
         Height = 25
         Anchors = [akTop, akRight]
-        Caption = '&Move to ...'
+        Caption = '&Move To...'
         TabOrder = 4
         OnClick = BookmarkMoveToButtonClick
       end
@@ -234,7 +234,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
         Width = 83
         Height = 25
         Anchors = [akTop, akRight]
-        Caption = '&Add ...'
+        Caption = '&Add...'
         TabOrder = 1
         OnClick = AddBookmarkButtonClick
       end
@@ -267,7 +267,7 @@ object LocationProfilesDialog: TLocationProfilesDialog
         Width = 83
         Height = 25
         Anchors = [akTop, akRight]
-        Caption = '&Move to ...'
+        Caption = '&Move To...'
         TabOrder = 4
         OnClick = BookmarkMoveToButtonClick
       end

+ 7 - 7
source/forms/Preferences.dfm

@@ -1003,7 +1003,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Add ...'
+            Caption = '&Add...'
             TabOrder = 1
             OnClick = AddEditEditorButtonClick
           end
@@ -1013,7 +1013,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Edit ...'
+            Caption = '&Edit...'
             TabOrder = 2
             OnClick = AddEditEditorButtonClick
           end
@@ -1206,7 +1206,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Add ...'
+            Caption = '&Add...'
             TabOrder = 1
             OnClick = AddEditCommandButtonClick
           end
@@ -1246,7 +1246,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Edit ...'
+            Caption = '&Edit...'
             TabOrder = 2
             OnClick = AddEditCommandButtonClick
           end
@@ -2211,7 +2211,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Add ...'
+            Caption = '&Add...'
             TabOrder = 1
             OnClick = AddCopyParamButtonClick
           end
@@ -2251,7 +2251,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = '&Edit ...'
+            Caption = '&Edit...'
             TabOrder = 2
             OnClick = EditCopyParamButtonClick
           end
@@ -2261,7 +2261,7 @@ object PreferencesDialog: TPreferencesDialog
             Width = 83
             Height = 25
             Anchors = [akLeft, akBottom]
-            Caption = 'Du&plicate ...'
+            Caption = 'Du&plicate...'
             TabOrder = 4
             OnClick = DuplicateCopyParamButtonClick
           end