X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxrc.C;h=8208bb2103d240b3632203685e0692ac3c14e77b;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=96a82dc10627e1ffd2492f1411f08e12b217f577;hpb=3d2184730a436d56dd4e3ddad1f067d8bb14200e;p=lyx.git diff --git a/src/lyxrc.C b/src/lyxrc.C index 96a82dc106..8208bb2103 100644 --- a/src/lyxrc.C +++ b/src/lyxrc.C @@ -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: