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