Fix typo to make translation work.
correct typo STRT_REPLACE -> STR_REPLACE Fix #4354, close #4391
This commit is contained in:
parent
92e65f33eb
commit
0f4b0ec9a4
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user