mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 14:24:58 +02:00
Fix Find in Projects replace confirmation message localization problem
This commit is contained in:
parent
a044cefe7c
commit
68c537f697
@ -3639,7 +3639,7 @@ bool FindReplaceDlg::replaceInProjectsConfirmCheck()
|
||||
|
||||
generic_string title = pNativeSpeaker->getLocalizedStrFromID("replace-in-projects-confirm-title", TEXT("Are you sure?"));
|
||||
|
||||
generic_string msg = pNativeSpeaker->getLocalizedStrFromID("replace-in-files-confirm-message", TEXT("Do you want to replace all occurrences in all documents in the selected Project Panel(s)?"));
|
||||
generic_string msg = pNativeSpeaker->getLocalizedStrFromID("replace-in-projects-confirm-message", TEXT("Do you want to replace all occurrences in all documents in the selected Project Panel(s)?"));
|
||||
int res = ::MessageBox(NULL, msg.c_str(), title.c_str(), MB_OKCANCEL | MB_DEFBUTTON2 | MB_TASKMODAL);
|
||||
|
||||
if (res == IDOK)
|
||||
|
Loading…
x
Reference in New Issue
Block a user