]> git.lyx.org Git - features.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Thu, 13 Apr 2023 19:50:43 +0000 (21:50 +0200)
committerPavel Sanda <sanda@lyx.org>
Thu, 13 Apr 2023 19:50:43 +0000 (21:50 +0200)
src/Buffer.cpp

index b206c4e7fca89f2455d87c6dbe44c6e54b88a220..a7f6588f4b4a100ac143e13941ecf1bbe0a3edd5 100644 (file)
@@ -4806,7 +4806,7 @@ Buffer::ReadStatus Buffer::loadEmergency()
                                          "asked about it again the next time you try to load "
                                          "this file, and may over-write your own work."));
                        } else {
-                               Alert::warning(_("Emergency File Renames"),
+                               Alert::warning(_("Emergency File Renamed"),
                                        bformat(_("Emergency file renamed as:\n %1$s"),
                                        from_utf8(newname.onlyFileName())));
                        }