فهرست منبع

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 6 سال پیش
والد
کامیت
34916edcc2
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      source/forms/NonVisual.dfm

+ 3 - 5
source/forms/NonVisual.dfm

@@ -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