Git commit 7c824f5f60e1abd2628f1c4eb1e12671ee9a936d by Burkhard Lück. Committed on 27/05/2016 at 10:01. Pushed by lueck into branch 'master'.
fix my typos M +7 -7 doc/kate/plugins.docbook M +5 -6 doc/katepart/index.docbook http://commits.kde.org/kate/7c824f5f60e1abd2628f1c4eb1e12671ee9a936d diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index 532c59e..51a4a37 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -44,7 +44,7 @@ The available application plugins are: <para><link linkend="kate-application-plugin-build">Build Plugin</link> - Compile or Make and parse error messages</para> </listitem> <listitem> -<para><link linkend="kate-application-plugin-closeexceptlike">Close Except/Like</link> +<para><link linkend="kate-application-plugin-closeexceptlike">Close Except/Like</link> - Close group of documents based on a common path or file extension</para> </listitem> <listitem> @@ -532,7 +532,7 @@ You place the mouse cursor on the language object like function, symbol &etc; that you are interested in and then select one of the actions in the <guimenu>CTags</guimenu> menu to jump to the line and file where the object is defined or declared.</para> -<para>By thefault the actions in the <guimenu>CTags</guimenu> menu have no shortcuts assigned. +<para>By fault the actions in the <guimenu>CTags</guimenu> menu have no shortcuts assigned. Use the <ulink url="help:/fundamentals/shortcuts.html">keyboard shortcut editor</ulink> to configure your own shortcuts.</para> @@ -916,7 +916,7 @@ editing area.</para> </shortcut> <guimenu>View</guimenu> <guimenuitem>Previous Document</guimenuitem> -</menuchoice> (Documents plugin)</term> +</menuchoice></term> <listitem> <para>Opens the document displayed above the currently open document in the Documents list.</para> </listitem> @@ -929,7 +929,7 @@ editing area.</para> </shortcut> <guimenu>View</guimenu> <guimenuitem>Next Document</guimenuitem> -</menuchoice> (Documents plugin)</term> +</menuchoice></term> <listitem> <para>Opens the document displayed below the currently open document in the Documents list.</para> </listitem> @@ -939,7 +939,7 @@ editing area.</para> <term><menuchoice> <guimenu>View</guimenu> <guimenuitem>Show Active</guimenuitem> -</menuchoice> (Documents plugin)</term> +</menuchoice></term> <listitem> <para>Displays the currently open document in the Documents list.</para> </listitem> @@ -1728,7 +1728,7 @@ currently open projects. It is displayed by the Project plugin.</para> <guimenu>Projects</guimenu><guimenuitem>Go To</guimenuitem> </menuchoice></term> <listitem> -<para>Ppen the <guilabel>Current Project</guilabel> view at the bottom of the editor window.</para> +<para>Open the <guilabel>Current Project</guilabel> view at the bottom of the editor window.</para> </listitem> </varlistentry> @@ -2272,7 +2272,7 @@ than one file type pressing the &Shift; while adding types.</para></listitem> <varlistentry> <term><guilabel>Name</guilabel></term> -<listitem><para>The name will be shown in the completiton list.</para></listitem> +<listitem><para>The name will be shown in the completion list.</para></listitem> </varlistentry> <varlistentry> diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook index 9f9338b..3323878 100644 --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -58,8 +58,7 @@ <releaseinfo>Frameworks 5.21</releaseinfo> <abstract> -<para>&katepart; is a fully featured editor component by &Qt; and &kde; -applications.</para> +<para>&katepart; is a fully featured editor component by &kde;.</para> </abstract> <keywordset> @@ -77,15 +76,15 @@ applications.</para> <para> &katepart; is a fully featured text editor component used by many &Qt; and &kde; -applications. -&katepart; is more than a text editor; it is meant to be a programmer's editor, -and could be considered as at least a partial alternative to more powerful +applications. +&katepart; is more than a text editor; it is meant to be a programmer's editor, +and could be considered as at least a partial alternative to more powerful editors. One of &katepart;'s main features is the colorized syntax, customized for many different programming languages such as: C/C++, &Java;, Python, Perl, Bash, Modula 2, &HTML;, and Ada. </para> <para>&kwrite; is a simple text editor application based on &katepart;. It has -a single document interface (<acronym>SDI</acronym>) allowing you to edit one +a single document interface (<acronym>SDI</acronym>) allowing you to edit one file at the time per window. Since &kwrite; is a very simple implementation of &katepart;, it does not require its own documentation. If you know how to use &kwrite;, you can use &katepart; anywhere! _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
