Преглед на файлове

Renaming File menu in Explorer interface to Files for consistency with Commander interface

Historically, singular was used for consistency with Windows File Explorer. As nowadays GUI of Windows File Explorer is quite different to WinSCP, the consistency is not relevant anymore. On the other hand, inconsistency to Commander's "Files" menu caused troubles in documentation, where we needed to use "File(s)" or similar.

Source commit: 418eded22df0b27f319fc269347c7d7be2015edb
Martin Prikryl преди 2 години
родител
ревизия
59b4d37102
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      source/forms/ScpExplorer.dfm

+ 2 - 2
source/forms/ScpExplorer.dfm

@@ -30,8 +30,8 @@ inherited ScpExplorerForm: TScpExplorerForm
       Stretch = True
       Stretch = True
       TabOrder = 0
       TabOrder = 0
       object TBXSubmenuItem5: TTBXSubmenuItem
       object TBXSubmenuItem5: TTBXSubmenuItem
-        Caption = '&File'
-        HelpKeyword = 'ui_explorer_menu#file'
+        Caption = '&Files'
+        HelpKeyword = 'ui_explorer_menu#files'
         Hint = 'File operations'
         Hint = 'File operations'
         object TBXSubmenuItem26: TTBXSubmenuItem
         object TBXSubmenuItem26: TTBXSubmenuItem
           Caption = '&New'
           Caption = '&New'