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)

(cherry picked from commit 815f078)

Source commit: ff279b6698599290fc45334a49571a02f777ecb2
  • Loading branch information
martinprikryl committed Jan 28, 2018
1 parent 5205ef9 commit 5ad27f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/forms/NonVisual.dfm
Expand Up @@ -1434,7 +1434,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 @@ -1516,7 +1516,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 5ad27f6

Please sign in to comment.