]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
reduce number of calls to LyXText::getFont
[lyx.git] / src / lyxrc.C
index c6423281daf1d1700af9cadf50e092c17bafdf2c..929fd776c5c5c2f77aad03f73abc34a2721e6f47 100644 (file)
@@ -2054,11 +2054,11 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
 
        case RC_ASCIIROFF_COMMAND:
-               str = _("Use to define an external program to render tables in the ASCII output. E.g. \"groff -t -Tlatin1 $$FName\" where $$FName is the input file. If \"none\" is specified, an internal routine is used.");
+               str = _("Use to define an external program to render tables in plain text output. E.g. \"groff -t -Tlatin1 $$FName\" where $$FName is the input file. If \"none\" is specified, an internal routine is used.");
                break;
 
        case RC_ASCII_LINELEN:
-               str = _("This is the maximum line length of an exported ASCII file (LaTeX, SGML or plain text).");
+               str = _("This is the maximum line length of an exported text file (LaTeX, SGML or plain text).");
                break;
 
        case RC_AUTOREGIONDELETE: