Procházet zdrojové kódy

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 před 12 roky
rodič
revize
e5322d77f2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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"