]> git.eshelyaron.com Git - emacs.git/commit
Use ngettext instead of dired-plural-s in Dired (bug#35287)
authorJuri Linkov <juri@linkov.net>
Sun, 5 May 2019 19:43:27 +0000 (22:43 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 5 May 2019 19:43:27 +0000 (22:43 +0300)
commit7bba702e1ad1ed343618e44cf5bbc2a1f079be0c
treee896736b9438abd7b514b76b82a98f25e3aa7281
parentc64cb02cca320811032bb300ea6d12cf59acf65d
Use ngettext instead of dired-plural-s in Dired (bug#35287)

* lisp/dired-aux.el (dired-map-over-marks-check): Use ngettext
instead of dired-plural-s.
(dired-create-files): Also add colon after operation name.
(dired-compare-directories): Use ngettext and format-message.
(dired-do-compress-to): Use ngettext.

* lisp/dired.el (dired-internal-do-deletions)
(dired-clean-up-after-deletion): Use ngettext instead of dired-plural-s.
lisp/dired-aux.el
lisp/dired.el