From 3f3aed43edcc26d21ff32eed3eea102a62977865 Mon Sep 17 00:00:00 2001
From: ArkadiuszMichalski <2730894+ArkadiuszMichalski@users.noreply.github.com>
Date: Thu, 16 Feb 2023 09:39:00 +0100
Subject: [PATCH] Rename commanfd "Remove Unmarked Lines" to "Remove
Non-Bookmarked Lines"
Fix 5502; close #13149
---
PowerEditor/installer/nativeLang/english.xml | 2 +-
PowerEditor/installer/nativeLang/english_customizable.xml | 2 +-
PowerEditor/src/Notepad_plus.rc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml
index 1a6db5900..3cc41de6c 100644
--- a/PowerEditor/installer/nativeLang/english.xml
+++ b/PowerEditor/installer/nativeLang/english.xml
@@ -202,7 +202,7 @@ The comments are here for explanation, it's not necessary to translate them.
-
+
diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml
index 69c21181a..f25889c1e 100644
--- a/PowerEditor/installer/nativeLang/english_customizable.xml
+++ b/PowerEditor/installer/nativeLang/english_customizable.xml
@@ -191,7 +191,7 @@
-
+
diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc
index 408c0b877..3c5e4fea0 100644
--- a/PowerEditor/src/Notepad_plus.rc
+++ b/PowerEditor/src/Notepad_plus.rc
@@ -643,7 +643,7 @@ BEGIN
MENUITEM "Copy Bookmarked Lines", IDM_SEARCH_COPYMARKEDLINES
MENUITEM "Paste to (Replace) Bookmarked Lines", IDM_SEARCH_PASTEMARKEDLINES
MENUITEM "Remove Bookmarked Lines", IDM_SEARCH_DELETEMARKEDLINES
- MENUITEM "Remove Unmarked Lines", IDM_SEARCH_DELETEUNMARKEDLINES
+ MENUITEM "Remove Non-Bookmarked Lines", IDM_SEARCH_DELETEUNMARKEDLINES
MENUITEM "Inverse Bookmark", IDM_SEARCH_INVERSEMARKS
END
MENUITEM SEPARATOR