]> git.lyx.org Git - features.git/commitdiff
fix typo
authorAndré Pönitz <poenitz@gmx.net>
Mon, 10 Dec 2007 23:14:09 +0000 (23:14 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 10 Dec 2007 23:14:09 +0000 (23:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22071 a592a061-630c-0410-9148-cb99ea01b6c8

src/BufferParams.cpp

index 8c53fdbce69c63c6f504fea6483306fb70e91eec..037e18b3802713fb42b72e0489280fcbd483fe86 100644 (file)
@@ -1348,7 +1348,7 @@ void BufferParams::makeTextClass()
                                bformat(_("The module %1$s has been requested by\n"
                                        "this document but has not been found in the list of\n"
                                        "available modules. If you recently installed it, you\n"
-                                       "probalby need to reconfigure LyX.\n"), from_utf8(modName));
+                                       "probably need to reconfigure LyX.\n"), from_utf8(modName));
                        frontend::Alert::warning(_("Module not available"),
                                        msg + _("Some layouts may not be available."));
                        lyxerr << "BufferParams::makeTextClass(): Module " <<