Преглед на файлове

ox-odt.el (org-odt-convert-read-params): Fix typo in prompt

* ox-odt.el (org-odt-convert-read-params): Fix typo in prompt.
Bastien Guerry преди 13 години
родител
ревизия
e5322d77f2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lisp/ox-odt.el

+ 1 - 1
lisp/ox-odt.el

@@ -4347,7 +4347,7 @@ This is a helper routine for interactive use."
 	 (out-fmt-choices (org-odt-reachable-formats in-fmt))
 	 (out-fmt
 	  (or (and out-fmt-choices
-		   (funcall input "Output format:  "
+		   (funcall input "Output format: "
 			    out-fmt-choices nil nil nil))
 	      (error
 	       "No known converter or no known output formats for %s files"