]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Ignore ligature breaks and hyphenations during simple search (fixes #1468).
[lyx.git] / src / TextClass.cpp
index 73ad37c409e26efbc1f93316990c1ffb02225cc8..7da1a9729e7c50ed479ef6b36e419a496ecaa728 100644 (file)
@@ -60,7 +60,7 @@ namespace lyx {
 // development/updatelayouts.sh script, to update the format of 
 // all of our layout files.
 //
-int const LAYOUT_FORMAT = 27;
+int const LAYOUT_FORMAT = 30;
        
 namespace {
 
@@ -1299,9 +1299,10 @@ DocumentClass & DocumentClassBundle::makeDocumentClass(
                }
                if (!lm->isAvailable()) {
                        docstring const msg =
-                                               bformat(_("The module %1$s requires a package that is\n"
-                                               "not available in your LaTeX installation. LaTeX output\n"
-                                               "may not be possible.\n"), from_utf8(modName));
+                               bformat(_("The module %1$s requires a package that is\n"
+                               "not available in your LaTeX installation, or a converter\n"
+                               "you have not installed. LaTeX output may not be possible.\n"), 
+                               from_utf8(modName));
                        frontend::Alert::warning(_("Package not available"), msg);
                }
                FileName layout_file = libFileSearch("layouts", lm->getFilename());