]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qt_helpers.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / qt_helpers.cpp
index 6c011440085ef22175f51841f2b121aa3763f801..92a052048747837b018e33543298cf6052cf0550 100644 (file)
@@ -213,7 +213,7 @@ void rescanTexStyles()
                return;
        // FIXME UNICODE
        frontend::Alert::error(_("Could not update TeX information"),
-               bformat(_("The script `%s' failed."), from_utf8(command.absFilename())));
+               bformat(_("The script `%1$s' failed."), from_utf8(command.absFilename())));
 }