Update AboutDlg.cpp

This commit is contained in:
Don HO 2021-08-31 15:39:00 +02:00 committed by GitHub
parent 88ee2eddb0
commit 7006714c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -472,7 +472,7 @@ void DoSaveAllBox::doDialog(bool isRTL)
void DoSaveAllBox::changeLang()
{
generic_string msg;
generic_string defaultMessage = TEXT("Are you sure you want to save all modified documents?\r\rChoose \"Always Yes\" if your don't want to see this dialog again.\rYou can re-activate this dialog in Preferences later.");
generic_string defaultMessage = TEXT("Are you sure you want to save all modified documents?\r\rChoose \"Always Yes\" if you don't want to see this dialog again.\rYou can re-activate this dialog in Preferences later.");
NativeLangSpeaker* nativeLangSpeaker = NppParameters::getInstance().getNativeLangSpeaker();
if (nativeLangSpeaker->changeDlgLang(_hSelf, "DoSaveAll"))
@ -549,4 +549,4 @@ INT_PTR CALLBACK DoSaveAllBox::run_dlgProc(UINT message, WPARAM wParam, LPARAM /
return FALSE;
}
return FALSE;
}
}