Git commit a3fc28eefab4b6ca5b80f0109c6b989433b25219 by Christoph Cullmann, on behalf of Pablo Rauzy. Committed on 14/08/2022 at 14:20. Pushed by cullmann into branch 'master'.
better phrasing M +2 -2 addons/keyboardmacros/README.md M +1 -1 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/a3fc28eefab4b6ca5b80f0109c6b989433b25219 diff --git a/addons/keyboardmacros/README.md b/addons/keyboardmacros/README.md index 213645d22..33068519c 100644 --- a/addons/keyboardmacros/README.md +++ b/addons/keyboardmacros/README.md @@ -21,8 +21,8 @@ The plugin will record every key presses until you end recording. [Tools \> Keyboard Macros \> End Macro Recording] [`Ctrl+Shift+K`]. -The plugin will stop recording key presses and save the key presses -sequences as the current macro. +The plugin will stop recording key presses and save the sequence as the +current macro. ### To cancel recording: diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 97743b585..95dcb5f8b 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -3540,7 +3540,7 @@ writing much of this section.</para> <menuchoice><guimenu>Tools</guimenu><guimenuitem>Keyboard Macros</guimenuitem><guimenuitem>End Macro Recording</guimenuitem></menuchoice> (<keycombo action="simul">&Ctrl;&Shift;<keycap>K</keycap></keycombo>). </para> -<para>The plugin will stop recording key presses and save the key presses sequences as the current macro.</para> +<para>The plugin will stop recording key presses and save the sequence as the current macro.</para> </sect3> <sect3 id="keyboardmacros-basicusage-record-cancel">
