Skip to content

Commit

Permalink
Bug 1512: De-duplicating accelerators in Session menu (Keyboard short…
Browse files Browse the repository at this point in the history
…cut for "Duplicate Session" command)

Source commit: c6cc0451f130eb6c111ec39e13930c12cfff9a7c
  • Loading branch information
martinprikryl committed Jan 28, 2018
1 parent 11e9b4c commit 815f078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/forms/NonVisual.dfm
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ object NonVisualDataModule: TNonVisualDataModule
object DuplicateSessionAction: TAction
Tag = 15
Category = 'Session'
Caption = '&Duplicate Session'
Caption = 'Du&plicate Session'
HelpKeyword = 'task_connections'
Hint =
'Duplicate session|Opens the same session again (hold down Shift ' +
Expand Down Expand Up @@ -1459,7 +1459,7 @@ object NonVisualDataModule: TNonVisualDataModule
object FileSystemInfoAction: TAction
Tag = 15
Category = 'Command'
Caption = '&Server/Protocol Information'
Caption = 'Server/Protocol &Information'
HelpKeyword = 'ui_fsinfo'
Hint = 'Display server/protocol information'
ImageIndex = 17
Expand Down

0 comments on commit 815f078

Please sign in to comment.