Git commit 6cc4980d8b58b5cf08928931afb819c0026adf34 by David Bryant. Committed on 20/12/2020 at 14:19. Pushed by davidbryant into branch 'master'.
Minor grammatical correction (an adverb was used incorrectly). M +1 -1 doc/kate/menus.docbook https://invent.kde.org/utilities/kate/commit/6cc4980d8b58b5cf08928931afb819c0026adf34 diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index c004b16ad..67342d706 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -374,7 +374,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>
