From 46498f9f4b30e952fdaddd3d2af50132efac8f02 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 29 May 2011 13:43:04 +0000 Subject: [PATCH] Fix string format to match others in this file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38884 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 701abf1156..ffb845d10c 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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; -- 2.39.2