From 7006714c161841d1d419ce598492387b9a7baff2 Mon Sep 17 00:00:00 2001 From: Don HO Date: Tue, 31 Aug 2021 15:39:00 +0200 Subject: [PATCH] Update AboutDlg.cpp --- PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp index 0becd2512..01dbc6f10 100644 --- a/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp +++ b/PowerEditor/src/WinControls/AboutDlg/AboutDlg.cpp @@ -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; -} \ No newline at end of file +}