Browse Source

Updating translation rules for 5.10.x + Fixing some captions (among other to allow existing translations to be reused for them)

Source commit: 0130e78b11e77c7002898056d0cdc618ac2cf225
Martin Prikryl 8 years ago
parent
commit
1ccbf15637
1 changed files with 2 additions and 2 deletions
  1. 2 2
      source/forms/FileFind.dfm

+ 2 - 2
source/forms/FileFind.dfm

@@ -1592,7 +1592,7 @@ object FileFindDialog: TFileFindDialog
       OnExecute = DeleteActionExecute
     end
     object FocusAction: TAction
-      Caption = '&Focus'
+      Caption = 'Fo&cus'
       OnExecute = FocusActionExecute
     end
     object SelectAllAction: TAction
@@ -1606,7 +1606,7 @@ object FileFindDialog: TFileFindDialog
       OnExecute = CopyActionExecute
     end
     object DownloadAction: TAction
-      Caption = 'Down&load'
+      Caption = 'Down&load...'
       ShortCut = 116
       OnExecute = DownloadActionExecute
     end