]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/vc/vc.el (vc-prepare-patch): Fix pluralisation
authorPhilip Kaludercic <philipk@posteo.net>
Sun, 16 Oct 2022 09:16:52 +0000 (11:16 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sun, 16 Oct 2022 09:37:51 +0000 (11:37 +0200)
lisp/vc/vc.el

index 5876cb34dd65beec033b9268f9b2934b275bf9ea..8d0680888a4169a35293dfd2dc27e2db3bded33c 100644 (file)
@@ -3371,7 +3371,8 @@ revisions, those revisions will be used."
                            revisions)))
       (if vc-prepare-patches-separately
           (dolist (patch (reverse patches)
-                         (message "Prepared %d patches..." (length patches)))
+                         (message "Prepared %d patch%s..." (length patches)
+                                  (if (length> patches 1) "es" "")))
             (compose-mail addressee
                           (plist-get patch :subject)
                           nil nil nil nil