diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index 30961b30a..4f2abfead 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -130,7 +130,7 @@ The comments are here for explanation, it's not necessary to translate them. - + diff --git a/PowerEditor/src/Notepad_plus.rc b/PowerEditor/src/Notepad_plus.rc index c91488194..221e10062 100644 --- a/PowerEditor/src/Notepad_plus.rc +++ b/PowerEditor/src/Notepad_plus.rc @@ -438,6 +438,8 @@ BEGIN MENUITEM "Remove Empty Lines (Containing Blank characters)", IDM_EDIT_REMOVEEMPTYLINESWITHBLANK MENUITEM "Insert Blank Line Above Current", IDM_EDIT_BLANKLINEABOVECURRENT MENUITEM "Insert Blank Line Below Current", IDM_EDIT_BLANKLINEBELOWCURRENT + MENUITEM "Reverse Line Order", IDM_EDIT_SORTLINES_REVERSE_ORDER + MENUITEM "Randomize Line Order", IDM_EDIT_SORTLINES_RANDOMLY MENUITEM SEPARATOR MENUITEM "Sort Lines Lexicographically Ascending", IDM_EDIT_SORTLINES_LEXICOGRAPHIC_ASCENDING MENUITEM "Sort Lines Lex. Ascending Ignoring Case", IDM_EDIT_SORTLINES_LEXICO_CASE_INSENS_ASCENDING @@ -450,9 +452,6 @@ BEGIN MENUITEM "Sort Lines As Integers Descending", IDM_EDIT_SORTLINES_INTEGER_DESCENDING MENUITEM "Sort Lines As Decimals (Comma) Descending", IDM_EDIT_SORTLINES_DECIMALCOMMA_DESCENDING MENUITEM "Sort Lines As Decimals (Dot) Descending", IDM_EDIT_SORTLINES_DECIMALDOT_DESCENDING - MENUITEM SEPARATOR - MENUITEM "Reverse Line Order", IDM_EDIT_SORTLINES_REVERSE_ORDER - MENUITEM "Sort Lines Randomly", IDM_EDIT_SORTLINES_RANDOMLY END POPUP "Comment/Uncomment" BEGIN