branch: elpa/helm
commit 5370e6c6b46c1b674d0f09df13861faa4a7c6d7a
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix mode-line message
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 858fdc1f81..50085b62bd 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -5890,7 +5890,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))

Reply via email to