mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 22:04:55 +02:00
Make name more explicite: "Remove Duplicate Lines" to "Remove Consecutive Duplicate Lines"
This commit is contained in:
parent
ea1fd44ff0
commit
b381ea5353
@ -298,7 +298,7 @@ BEGIN
|
||||
POPUP "Line Operations"
|
||||
BEGIN
|
||||
MENUITEM "Duplicate Current Line", IDM_EDIT_DUP_LINE
|
||||
MENUITEM "Remove Duplicate Lines", IDM_EDIT_REMOVE_DUP_LINES
|
||||
MENUITEM "Remove Consecutive Duplicate Lines", IDM_EDIT_REMOVE_DUP_LINES
|
||||
MENUITEM "Split Lines", IDM_EDIT_SPLIT_LINES
|
||||
MENUITEM "Join Lines", IDM_EDIT_JOIN_LINES
|
||||
MENUITEM "Move Up Current Line", IDM_EDIT_LINE_UP
|
||||
|
Loading…
x
Reference in New Issue
Block a user