From 6b7da5ec8c35acd09628b7b51b74a3f4d7c05d67 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 13 Apr 2023 21:50:43 +0200 Subject: [PATCH] typo --- src/Buffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()))); } -- 2.39.5