branch: elpa/magit commit 0f835cea8e62d3576b84e95ae12b2f358c862aea Author: gemmaro <gemmaro....@gmail.com> Commit: gemmaro <gemmaro....@gmail.com>
magit-clone-read-repository: Remove redundant "or" from prompt * lisp/magit-clone.el (magit-clone-read-repository): The magit-read-char-case macro now automatically formats prompt messages in natural English and adds "or" for the last entry. This update removes the redundant "or" from the prompt message. --- lisp/magit-clone.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el index 298988afaf4..f7704369b9a 100644 --- a/lisp/magit-clone.el +++ b/lisp/magit-clone.el @@ -308,7 +308,7 @@ Then show the status buffer for the new repository." (concat "file://" (magit-convert-filename-for-git (read-directory-name "Clone repository: file://")))) - (?b "or [b]undle" + (?b "[b]undle" (magit-convert-filename-for-git (read-file-name "Clone from bundle: ")))))