mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +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"
|
POPUP "Line Operations"
|
||||||
BEGIN
|
BEGIN
|
||||||
MENUITEM "Duplicate Current Line", IDM_EDIT_DUP_LINE
|
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 "Split Lines", IDM_EDIT_SPLIT_LINES
|
||||||
MENUITEM "Join Lines", IDM_EDIT_JOIN_LINES
|
MENUITEM "Join Lines", IDM_EDIT_JOIN_LINES
|
||||||
MENUITEM "Move Up Current Line", IDM_EDIT_LINE_UP
|
MENUITEM "Move Up Current Line", IDM_EDIT_LINE_UP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user