Author: rgheck
Date: Sun May 29 15:43:04 2011
New Revision: 38884
URL: http://www.lyx.org/trac/changeset/38884

Log:
Fix string format to match others in this file.

Modified:
   lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

Modified: lyx-devel/trunk/src/frontends/qt4/GuiView.cpp
==============================================================================
--- lyx-devel/trunk/src/frontends/qt4/GuiView.cpp       Sun May 29 15:40:34 
2011        (r38883)
+++ lyx-devel/trunk/src/frontends/qt4/GuiView.cpp       Sun May 29 15:43:04 
2011        (r38884)
@@ -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;

Reply via email to