|
@@ -632,7 +632,7 @@ object NonVisualDataModule: TNonVisualDataModule
|
|
|
Category = 'Session'
|
|
|
Caption = '&Close Session'
|
|
|
HelpKeyword = 'task_connections#closing'
|
|
|
- Hint = 'Close session|Terminate the current session and close the tab'
|
|
|
+ Hint = 'Terminate the current session and close the tab'
|
|
|
ImageIndex = 26
|
|
|
SecondaryShortCuts.Strings = (
|
|
|
'Ctrl+W')
|
|
@@ -643,16 +643,14 @@ object NonVisualDataModule: TNonVisualDataModule
|
|
|
Category = 'Session'
|
|
|
Caption = '&Disconnect Session'
|
|
|
HelpKeyword = 'task_connections#closing'
|
|
|
- Hint =
|
|
|
- 'Disconnect session|Disconnect the current session, but keep the ' +
|
|
|
- 'tab opened'
|
|
|
+ Hint = 'Disconnect the current session, but keep the tab opened'
|
|
|
end
|
|
|
object ReconnectSessionAction: TAction
|
|
|
Tag = 15
|
|
|
Category = 'Session'
|
|
|
Caption = '&Reconnect Session'
|
|
|
HelpKeyword = 'task_connections'
|
|
|
- Hint = 'Reconnect session|Reconnect the current disconnected session'
|
|
|
+ Hint = 'Reconnect the current disconnected session'
|
|
|
end
|
|
|
object SavedSessionsAction2: TAction
|
|
|
Tag = 15
|