]> git.lyx.org Git - lyx.git/blobdiff - src/lyx_cb.C
*** empty log message ***
[lyx.git] / src / lyx_cb.C
index 1306b2bddf820c18679e0b00ff5d432af49597ff..a49b202dc8f5d75ea1ff294479ee959618eda813 100644 (file)
@@ -358,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...