Explorar o código

Removing short hints for newly added actions - We do not need them for tooltips - they only add extra work to translators

Source commit: 8967371691de33209608991069ada6ca04b433bf
Martin Prikryl %!s(int64=6) %!d(string=hai) anos
pai
achega
34916edcc2
Modificáronse 1 ficheiros con 3 adicións e 5 borrados
  1. 3 5
      source/forms/NonVisual.dfm

+ 3 - 5
source/forms/NonVisual.dfm

@@ -632,7 +632,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Category = 'Session'
       Category = 'Session'
       Caption = '&Close Session'
       Caption = '&Close Session'
       HelpKeyword = 'task_connections#closing'
       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
       ImageIndex = 26
       SecondaryShortCuts.Strings = (
       SecondaryShortCuts.Strings = (
         'Ctrl+W')
         'Ctrl+W')
@@ -643,16 +643,14 @@ object NonVisualDataModule: TNonVisualDataModule
       Category = 'Session'
       Category = 'Session'
       Caption = '&Disconnect Session'
       Caption = '&Disconnect Session'
       HelpKeyword = 'task_connections#closing'
       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
     end
     object ReconnectSessionAction: TAction
     object ReconnectSessionAction: TAction
       Tag = 15
       Tag = 15
       Category = 'Session'
       Category = 'Session'
       Caption = '&Reconnect Session'
       Caption = '&Reconnect Session'
       HelpKeyword = 'task_connections'
       HelpKeyword = 'task_connections'
-      Hint = 'Reconnect session|Reconnect the current disconnected session'
+      Hint = 'Reconnect the current disconnected session'
     end
     end
     object SavedSessionsAction2: TAction
     object SavedSessionsAction2: TAction
       Tag = 15
       Tag = 15