Git commit 752704b9eb45d9b185b193c62e5f0f25f60c65c3 by David Bryant. Committed on 20/12/2020 at 14:27. Pushed by davidbryant into branch 'master'.
Minor grammatical correction (an adverb was used incorrectly). M +1 -1 doc/katepart/menus.docbook https://invent.kde.org/utilities/kate/commit/752704b9eb45d9b185b193c62e5f0f25f60c65c3 diff --git a/doc/katepart/menus.docbook b/doc/katepart/menus.docbook index 0e7643567..925502a84 100644 --- a/doc/katepart/menus.docbook +++ b/doc/katepart/menus.docbook @@ -280,7 +280,7 @@ transfer data between applications.</para> <guimenuitem>Paste Selection</guimenuitem> </menuchoice></term> <listitem> -<para>This will paste previously <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">mouse selection</ulink> contents. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.</para> +<para>This will paste the <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">mouse selection</ulink> contents that were chosen previously. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.</para> </listitem> </varlistentry>
