summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 9e4b4ed4..8e228a3c 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -261,7 +261,7 @@ See also `helm-locate'."
'(" " mode-line-buffer-identification " "
(:eval (format "L%s" (helm-candidate-number-at-point))) " "
(:eval (propertize
- (format "[Locate Process Finish- (%s results)]"
+ (format "[Locate process finished - (%s results)]"
(max (1- (count-lines
(point-min) (point-max)))
0))