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()))); }