mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
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",
|
_nativeLangSpeaker.messageBox("OpenFileError",
|
||||||
_pPublicInterface->getHSelf(),
|
_pPublicInterface->getHSelf(),
|
||||||
TEXT("Can not open file \"$STRT_REPLACE$\"."),
|
TEXT("Can not open file \"$STR_REPLACE$\"."),
|
||||||
TEXT("ERROR"),
|
TEXT("ERROR"),
|
||||||
MB_OK,
|
MB_OK,
|
||||||
0,
|
0,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user