Fix typo in message
authordmaus <dmaus>
Fri, 15 Jul 2011 03:52:37 +0000 (03:52 +0000)
committerdmaus <dmaus>
Fri, 15 Jul 2011 03:52:37 +0000 (03:52 +0000)
* wl-folder.el (wl-folder-open-unread-folder): Fix typo in message.

wl/ChangeLog
wl/wl-folder.el

index e3c7930..06d7630 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-15  Herbert J. Skuhra  <hskuhra@fastmail.fm>
+
+       * wl-folder.el (wl-folder-open-unread-folder): Fix typo in
+       message.
+
 2011-07-10  David Maus  <dmaus@ictsoc.de>
 
        * wl-draft.el (wl-draft-send-mail-with-sendmail): New
index 7eac53f..33b3dc9 100644 (file)
@@ -2418,7 +2418,7 @@ Use `wl-subscribed-mailing-list'."
       (while path-list
        (wl-folder-open-folder-sub (car path-list))
        (setq path-list (cdr path-list)))
-      (message "%s unread folder"
+      (message "%s unread message(s)"
               (if (> unread 0) unread "No")))))
 
 (defun wl-folder-open-unread-current-entity ()