]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
*** empty log message ***
[lyx.git] / src / lyx_cb.C
index ff2c876a594bb053a88b5ff412ec80d87c51615d..a49b202dc8f5d75ea1ff294479ee959618eda813 100644 (file)
@@ -33,6 +33,7 @@
 #include "support/filetools.h"
 #include "support/path.h"
 #include "support/syscall.h"
+#include "support/lstrings.h"
 #include "gettext.h"
 #include "BufferView.h"
 
@@ -357,7 +358,7 @@ void AutoSave(BufferView * bv)
                                // It is dangerous to do this in the child,
                                // but safe in the parent, so...
                                if (pid == -1)
-                                       bv->owner()->message(_("Autosave Failed!"));
+                                       bv->owner()->message(_("Autosave failed!"));
                        }
                }
                if (pid == 0) { // we are the child so...