]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / lyxrc.C
index 96a82dc10627e1ffd2492f1411f08e12b217f577..8208bb2103d240b3632203685e0692ac3c14e77b 100644 (file)
@@ -1874,7 +1874,7 @@ void LyXRC::write(ostream & os, bool ignore_system_lyxrc) const
                }
 
                os << "\n#\n"
-                  << "# ASCII EXPORT SECTION ##############################\n"
+                  << "# PLAIN TEXT EXPORT SECTION ##############################\n"
                   << "#\n\n";
 
        case RC_PLAINTEXT_ROFF_COMMAND:
@@ -2178,7 +2178,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
 
        case RC_PLAINTEXT_LINELEN:
-               str = _("This is the maximum line length of an exported text file (LaTeX, SGML or plain text). If set to 0, paragraphs are output in a single line; if the line length is != 0, paragraphs are separated by a blank line.");
+               str = _("The maximum line length of exported plain text/LaTeX/SGML files. If set to 0, paragraphs are output in a single line; if the line length is > 0, paragraphs are separated by a blank line.");
                break;
 
        case RC_AUTOREGIONDELETE: