]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
fix crash after removing a table row (again due to uncorrected cursor
[lyx.git] / src / lyxrc.C
index 528116a4c5ec375a33854df0a38151e5b0dac688..1129afb870dfdd60edea42102c5195bd62a36138 100644 (file)
@@ -2169,7 +2169,7 @@ string const LyXRC::getDescription(LyXRCTags tag)
                break;
 
        case RC_INDEX_COMMAND:
-               str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler (e.g. xindy).");
+               str = _("Define the options of makeindex (cf. man makeindex) or select an alternative compiler. E.g., using xindy/make-rules, the command string would be \"makeindex.sh -m $$lang\".");
                break;
 
        case RC_CURSOR_FOLLOWS_SCROLLBAR: