From: Pavel Sanda Date: Thu, 13 Apr 2023 19:50:43 +0000 (+0200) Subject: typo X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6b7da5ec8c35acd09628b7b51b74a3f4d7c05d67;p=features.git typo --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index b206c4e7fc..a7f6588f4b 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -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()))); }