summaryrefslogtreecommitdiff
path: root/lisp/mpc.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mpc.el')
-rw-r--r--lisp/mpc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el
index fb59adf30ff..59581f3d687 100644
--- a/lisp/mpc.el
+++ b/lisp/mpc.el
@@ -1751,7 +1751,7 @@ A value of t means the main playlist.")
(completing-read "Rename playlist: "
(mpc-cmd-list 'Playlist)
nil 'require-match)))
- (newname (read-string (format "Rename '%s' to: " oldname))))
+ (newname (read-string (format-message "Rename ā€˜%sā€™ to: " oldname))))
(if (zerop (length newname))
(error "Aborted")
(list oldname newname))))