From: Richard Heck Date: Sun, 29 May 2011 13:43:37 +0000 (+0000) Subject: Fix string format to match others in this file. X-Git-Tag: 2.0.1~271 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b0383db03f6942b49eb4c8fb65deb1eaa44d09ab;p=features.git Fix string format to match others in this file. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38885 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index 3260970a9b..e5f7fc6029 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;