shortcuts.xml: Reword `Trim Trailing and save`

Reword option from `Trim Trailing and save` to `Trim Trailing Space and Save`

Closes #3154
This commit is contained in:
Steven Vascellaro 2017-04-11 12:39:37 -04:00 committed by Don HO
parent adf02ca9eb
commit d817584986
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<NotepadPlus> <NotepadPlus>
<InternalCommands /> <InternalCommands />
<Macros> <Macros>
<Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes" Key="83"> <Macro name="Trim Trailing Space and Save" Ctrl="no" Alt="yes" Shift="yes" Key="83">
<Action type="2" message="0" wParam="42024" lParam="0" sParam="" /> <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
<Action type="2" message="0" wParam="41006" lParam="0" sParam="" /> <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
</Macro> </Macro>