From 73bdc87f27bf9889f19263049f6a3e3759ccc34a Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Tue, 10 Apr 2018 18:57:09 +0200 Subject: [PATCH] correct typo STRT_REPLACE -> STR_REPLACE to fix issue #4354 --- PowerEditor/src/NppIO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index 5f5162502f5..2b3c8fbf01e 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -396,7 +396,7 @@ BufferID Notepad_plus::doOpen(const generic_string& fileName, bool isRecursive, { _nativeLangSpeaker.messageBox("OpenFileError", _pPublicInterface->getHSelf(), - TEXT("Can not open file \"$STRT_REPLACE$\"."), + TEXT("Can not open file \"$STR_REPLACE$\"."), TEXT("ERROR"), MB_OK, 0,