Skip to content

Commit

Permalink
Specify that "findutils" is required for the Find... feature
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Julliand <[email protected]>
  • Loading branch information
sebjulliand authored and chrjorgensen committed Jun 24, 2024
1 parent b58e9ef commit 89c265f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locale/ids/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"ifsBrowser.downloadStreamfile.errorMessage": "Fejl under hentning: {0}",
"ifsBrowser.getChildren.errorMessage": "Fejl ved læsning af objekter.",
"ifsBrowser.handleFileListErrors.errorMessage": "{0} {1} opstod ved visning af filer.",
"ifsBrowser.ifs.find.noFind": "\"find\" skal være installeret på systemet for søgning efter filnavne.",
"ifsBrowser.ifs.find.noFind": "\"findutils\" skal være installeret på systemet for søgning efter filnavne.",
"ifsBrowser.ifs.find.placeholder": "Indtast søgetekst eller vælg en af de tidligere søgninger.",
"ifsBrowser.ifs.find.placeholder2": "Indtast søgetekst.",
"ifsBrowser.ifs.find.previousSearches": "Forrige søgninger",
Expand Down
2 changes: 1 addition & 1 deletion src/locale/ids/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"ifsBrowser.downloadStreamfile.errorMessage": "Error downloading file(s): {0}",
"ifsBrowser.getChildren.errorMessage": "Error loading objects.",
"ifsBrowser.handleFileListErrors.errorMessage": "{0} {1} occurred while listing files.",
"ifsBrowser.ifs.find.noFind": "\"find\" must be installed on the remote system.",
"ifsBrowser.ifs.find.noFind": "\"findutils\" must be installed on the remote system.",
"ifsBrowser.ifs.find.placeholder": "Enter find term or select one of the previous find terms.",
"ifsBrowser.ifs.find.placeholder2": "Enter find term.",
"ifsBrowser.ifs.find.previousSearches": "Previous find terms",
Expand Down

0 comments on commit 89c265f

Please sign in to comment.