]> git.lyx.org Git - features.git/commitdiff
* configure.py: adapt desription.
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 15 Jul 2010 07:26:32 +0000 (07:26 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 15 Jul 2010 07:26:32 +0000 (07:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34903 a592a061-630c-0410-9148-cb99ea01b6c8

lib/configure.py

index 26afa6fe1eff750d744a9e1a84e11758a4355f60..05afc06712c87b22ab00129e4b9a112f5213b5ad 100644 (file)
@@ -857,7 +857,7 @@ def checkOtherEntries():
     checkProgAlternatives('BibTeX or alternative programs', ['bibtex', 'bibtex8', 'biber'],
         rc_entry = [ r'\bibtex_command "%%"' ],
         alt_rc_entry = [ r'\bibtex_alternatives "%%"' ])
-    checkProg('JBibTeX, the Japanese BibTeX', ['pbibtex', 'jbibtex', 'bibtex'],
+    checkProg('a specific Japanese BibTeX variant', ['pbibtex', 'jbibtex', 'bibtex'],
         rc_entry = [ r'\jbibtex_command "%%"' ])
     checkProgAlternatives('available index processors', ['texindy', 'makeindex -c -q'],
         rc_entry = [ r'\index_command "%%"' ],