From 0f4b0ec9a4765c0bb9b2d9e7924aeed3a65acc2a Mon Sep 17 00:00:00 2001 From: Christian Grasser Date: Tue, 10 Apr 2018 18:57:09 +0200 Subject: [PATCH] Fix typo to make translation work. correct typo STRT_REPLACE -> STR_REPLACE Fix #4354, close #4391 --- 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 e78a49635..755469fae 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,