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:
parent
adf02ca9eb
commit
d817584986
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue