]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
* src/tabular.[Ch]: simplify plaintext methods, because there
[lyx.git] / src / lyxrc.C
index 90cc102362afcb8581432ceed15ee2de8b16ff1e..8208bb2103d240b3632203685e0692ac3c14e77b 100644 (file)
@@ -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: