From 1582c67b6359fa6feb48f803af9db6a3b3f3db49 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Mon, 21 Jul 2025 14:37:02 +0200 Subject: [PATCH] Update tip info --- PowerEditor/installer/nativeLang/english.xml | 2 +- PowerEditor/installer/nativeLang/english_customizable.xml | 2 +- PowerEditor/installer/nativeLang/french.xml | 2 +- PowerEditor/installer/nativeLang/taiwaneseMandarin.xml | 2 +- PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 27d4b70af..d94b25923 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -1889,7 +1889,7 @@ If you select advanced mode but do not edit files in the aforementioned language - + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index ba4938d60..da88ad654 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -1889,7 +1889,7 @@ If you select advanced mode but do not edit files in the aforementioned language - + diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index da6c07c8a..389dda47d 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -1884,7 +1884,7 @@ Si vous sélectionnez le mode avancé sans modifier les fichiers des langues men - + diff --git a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml index 4e3a4f0f7..b2fe5796e 100644 --- a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml +++ b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml @@ -1708,7 +1708,7 @@ C、C++、Java、C#、Objective-C、PHP、JavaScript、JSP、CSS、Perl、Rust - + diff --git a/PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp b/PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp index bee3a7bd8..b15525068 100644 --- a/PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp +++ b/PowerEditor/src/ScintillaComponent/FindReplaceDlg.cpp @@ -1950,7 +1950,7 @@ intptr_t CALLBACK FindReplaceDlg::run_dlgProc(UINT message, WPARAM wParam, LPARA if (!_maxLenOnSearchTip.isValid()) // Create the tooltip and add the tool ONLY ONCE { NativeLangSpeaker* pNativeSpeaker = nppParamInst.getNativeLangSpeaker(); - static wstring maxLenOnSearchTip = pNativeSpeaker->getLocalizedStrFromID("max-len-on-search-tip", L"Only 2046 bytes are allowed for the find/replace text length - your input could be truncated."); + static wstring maxLenOnSearchTip = pNativeSpeaker->getLocalizedStrFromID("max-len-on-search-tip", L"Only 2046 characters are allowed for the find/replace text length - your input could be truncated."); bool isSuccessful = _maxLenOnSearchTip.init(_hInst, hComboBox, _hSelf, maxLenOnSearchTip.c_str(), _isRTL); if (!isSuccessful)