Signed-off-by: Pieter Praet <[email protected]>
---
 magit.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/magit.el b/magit.el
index e51fd26..b4cf258 100644
--- a/magit.el
+++ b/magit.el
@@ -6149,7 +6149,7 @@ (define-derived-mode magit-diff-mode magit-mode "Magit 
Diff"
                        (magit-rev-range-to-git range)))))
 
 (magit-define-command diff-working-tree (rev)
-  (interactive (list (magit-read-rev-with-default "Diff with")))
+  (interactive (list (magit-read-rev-with-default "Diff working tree with")))
   (magit-diff (or rev "HEAD")))
 
 (defun magit-diff-with-mark ()
-- 
1.7.11.1

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"magit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to