]> git.lyx.org Git - features.git/commitdiff
Fix string format to match others in this file.
authorRichard Heck <rgheck@comcast.net>
Sun, 29 May 2011 13:43:04 +0000 (13:43 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 29 May 2011 13:43:04 +0000 (13:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38884 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index 701abf11567fb60c955831dc91b9c44df43309ff..ffb845d10cd7d5e0aa8f62ab92c34dee39d0aec6 100644 (file)
@@ -2932,7 +2932,7 @@ bool GuiView::goToFileRow(string const & argument)
        }
        if (!buf) {
                message(bformat(
-                       _("No buffer for file `%1$s'."),
+                       _("No buffer for file: %1$s."),
                        makeDisplayPath(file_name))
                );
                return false;