branch: externals/calibre
commit f1bd261457c6fee17d9db16a420f4be5a1c99aa2
Author: Kjartan Oli Agustsson <[email protected]>
Commit: Kjartan Oli Agustsson <[email protected]>

    Use plural in calibre--read-tags
    
    * calibre-library.el (calibre--read-tags): Change prompt to use the
      plural Tags instead of the singular Tag.
    
    This function reads a list of tags, it should use the plural.
---
 calibre-library.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/calibre-library.el b/calibre-library.el
index b648a323f6..0ab01abcb5 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -44,7 +44,7 @@ opening books in that format."
 
 (defun calibre--read-tags ()
   "Prompt the user for a list of tags."
-  (completing-read-multiple "Tag: " calibre-tags-completion-table))
+  (completing-read-multiple "Tags: " calibre-tags-completion-table))
 
 ;;;###autoload
 (defun calibre-library-add-book (file &optional tags)

Reply via email to