Synch to No Gnus 200510111141.
[elisp/gnus.git-] / lisp / gnus-score.el
index 3b7d362..47bb7c0 100644 (file)
@@ -697,7 +697,7 @@ file for the command instead of the current score file."
               (intern                  ; need symbol
                (gnus-completing-read-with-default
                 (symbol-name (car gnus-extra-headers)) ; default response
-                "Score extra header:"  ; prompt
+                "Score extra header"   ; prompt
                 (mapcar (lambda (x)    ; completion list
                           (cons (symbol-name x) x))
                         gnus-extra-headers)