branch: elpa/helm
commit 4e0b2f12a93e5f4e5e981fd3c3692e333e290914
Merge: 320a22e33d 5370e6c6b4
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Merge branch 'devel'
---
 helm-files.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-files.el b/helm-files.el
index 46c7d01a4e..6d50473b77 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5904,7 +5904,7 @@ files to destination."
     "Notify mode-line that an async process run."
   :group 'dired-async
   :global t
-  :lighter (:eval (propertize (format " [%s async job Compressing file(s)]"
+  :lighter (:eval (propertize (format " [%s async job (Un)compressing file(s)]"
                                       (length (dired-async-processes
                                                'helm-async-compress)))
                               'face 'helm-delete-async-message))
@@ -5992,7 +5992,7 @@ and `dired-compress-files-alist'."
     (dired-compress-file file)))
 
 (defun helm-ff-quick-compress (_candidate)
-  "Compress or uncompress file CANDIDATE without quitting."
+  "Compress or uncompress marked files without quitting."
   (with-helm-window
     (let (cfile)
       (unwind-protect

Reply via email to