Browse Source

Issue 710 – Duplicate shortcut key in local 'Open directory' window (also for shared bookmarks)

https://winscp.net/tracker/710

Source commit: ba580c2229f800cb4f41da3683dcd201e0c1206f
Martin Prikryl 9 months ago
parent
commit
e75232a87f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/OpenDirectory.dfm

+ 1 - 1
source/forms/OpenDirectory.dfm

@@ -197,7 +197,7 @@ object OpenDirectoryDialog: TOpenDirectoryDialog
         Width = 80
         Height = 25
         Anchors = [akTop, akRight]
-        Caption = '&Remove'
+        Caption = 'Remo&ve'
         TabOrder = 2
         OnClick = RemoveBookmarkButtonClick
       end