Hello again,

While updating fr.po for trunk, I found changes in the message implementing
lyx --help, and I think I found a typo (not in the new stuff, however).

I think that pointing to

Tools->Preferences->File Handling->File Formats->Short Name

is not correct because the exported file type is shown in

Tools->Preferences->File Handling->File Formats->Format

The attached patch corrects this.

--
Jean-Pierre

--- ./src/LyX.cpp.orig	2013-01-20 18:17:39.000000000 +0100
+++ ./src/LyX.cpp	2013-01-20 18:22:54.000000000 +0100
@@ -1025,7 +1025,7 @@
 		  "                  where command is a lyx command.\n"
 		  "\t-e [--export] fmt\n"
 		  "                  where fmt is the export format of choice. Look in\n"
-		  "                  Tools->Preferences->File Handling->File Formats->Short Name\n"
+		  "                  Tools->Preferences->File Handling->File Formats->Format\n"
 		  "                  to get an idea which parameters should be passed.\n"
 		  "                  Note that the order of -e and -x switches matters.\n"
 		  "\t-E [--export-to] fmt filename\n"

Reply via email to