From 7b613b1fff32d6d7f48390d8f1b43313d73777c9 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Thu, 26 Jun 2025 01:08:01 +0200 Subject: [PATCH] Fix typos --- PowerEditor/installer/nativeLang/english.xml | 2 +- PowerEditor/installer/nativeLang/english_customizable.xml | 2 +- PowerEditor/src/NppCommands.cpp | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index b63adc626..921102752 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1601,7 +1601,7 @@ If you require the backward regex searching feature, consult the user manual for - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index 655b637a8..ec2ec2418 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -1601,7 +1601,7 @@ If you require the backward regex searching feature, consult the user manual for - + diff --git a/PowerEditor/src/NppCommands.cpp b/PowerEditor/src/NppCommands.cpp index d03b44f9b..8b64755f5 100644 --- a/PowerEditor/src/NppCommands.cpp +++ b/PowerEditor/src/NppCommands.cpp @@ -2117,7 +2117,7 @@ void Notepad_plus::command(int id) { if (_isAdministrator) { - MessageBox(_pPublicInterface->getHSelf(), GetLastErrorAsString(GetLastError()).c_str(), L"Changing file read-only attributes failed", MB_OK | MB_ICONWARNING); + MessageBox(_pPublicInterface->getHSelf(), GetLastErrorAsString(GetLastError()).c_str(), L"Changing file read-only attribute failed", MB_OK | MB_ICONWARNING); } else { @@ -2125,7 +2125,7 @@ void Notepad_plus::command(int id) _nativeLangSpeaker.messageBox("NoAdminRight2ChangeReadOnlyFileAttribute", _pPublicInterface->getHSelf(), L"Please run Notepad++ as administrator to change the file attributes.", - L"Changing file read-only attributes failed", + L"Changing file read-only attribute failed", MB_OK | MB_ICONWARNING); }