Make name more explicite: "Remove Duplicate Lines" to "Remove Consecutive Duplicate Lines"

pull/5306/head
Don HO 2019-02-10 13:43:41 +01:00
parent ea1fd44ff0
commit b381ea5353
1 changed files with 18 additions and 18 deletions

View File

@ -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