Author: rgheck
Date: Sun May 29 15:43:37 2011
New Revision: 38885
URL: http://www.lyx.org/trac/changeset/38885
Log:
Fix string format to match others in this file.
Modified:
lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiView.cpp
Modified: lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiView.cpp
==============================================================================
--- lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiView.cpp Sun May
29 15:43:04 2011 (r38884)
+++ lyx-devel/branches/BRANCH_2_0_X/src/frontends/qt4/GuiView.cpp Sun May
29 15:43:37 2011 (r38885)
@@ -2932,7 +2932,7 @@
}
if (!buf) {
message(bformat(
- _("No buffer for file `%1$s'."),
+ _("No buffer for file: %1$s."),
makeDisplayPath(file_name))
);
return false;