Fix a typo

Fix #9259
This commit is contained in:
Don HO 2020-12-14 16:34:01 +01:00
parent 241393407c
commit bf62bda851
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E
1 changed files with 1 additions and 1 deletions

View File

@ -1060,7 +1060,7 @@ void FileBrowser::addRootFolder(generic_string rootFolderPath)
NppParameters::getInstance().getNativeLangSpeaker()->messageBox("FolderAsWorspaceSubfolderExists",
_hParent,
TEXT("A sub-folder of the folder you want to add exists.\rPlease remove its root from the panel before you add folder \"$STR_REPLACE$\"."),
TEXT("Folder as Worspace adding folder problem"),
TEXT("Folder as WorKspace adding folder problem"),
MB_OK,
0, // not used
rootFolderPath.c_str());