Forráskód Böngészése

IDE insists on this change

Source commit: 7b4f20d145f7f594ef2de1c2673037f14b0295d0
Martin Prikryl 9 éve
szülő
commit
69a7a6f5fd
1 módosított fájl, 6 hozzáadás és 10 törlés
  1. 6 10
      source/forms/NonVisual.dfm

+ 6 - 10
source/forms/NonVisual.dfm

@@ -136,8 +136,8 @@ object NonVisualDataModule: TNonVisualDataModule
       Caption = 'Download in &Background...'
       HelpKeyword = 'task_download'
       Hint = 
-        'Download selected remote file(s) to local directory in ' +
-        'background'
+        'Download selected remote file(s) to local directory in backgroun' +
+        'd'
       ImageIndex = 107
     end
     object RemoteCopyFocusedQueueAction: TAction
@@ -146,8 +146,8 @@ object NonVisualDataModule: TNonVisualDataModule
       Caption = 'Download in &Background...'
       HelpKeyword = 'task_download'
       Hint = 
-        'Download selected remote file(s) to local directory in ' +
-        'background'
+        'Download selected remote file(s) to local directory in backgroun' +
+        'd'
       ImageIndex = 107
     end
     object LocalCopyQueueAction: TAction
@@ -155,9 +155,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Category = 'Local Selected Operation'
       Caption = 'Upload in &Background...'
       HelpKeyword = 'task_upload'
-      Hint = 
-        'Upload selected local file(s) to remote directory in back' +
-        'ground'
+      Hint = 'Upload selected local file(s) to remote directory in background'
       ImageIndex = 108
     end
     object LocalCopyFocusedQueueAction: TAction
@@ -165,9 +163,7 @@ object NonVisualDataModule: TNonVisualDataModule
       Category = 'Local Focused Operation'
       Caption = 'Upload in &Background...'
       HelpKeyword = 'task_upload'
-      Hint = 
-        'Upload selected local file(s) to remote directory in back' +
-        'ground'
+      Hint = 'Upload selected local file(s) to remote directory in background'
       ImageIndex = 108
     end
     object RemoteCopyNonQueueAction: TAction