Git commit 747b5379acdbe9745e82a78bd62c71b0a8313d5e by Friedrich W. H. Kossebau. Committed on 02/05/2024 at 23:32. Pushed by kossebau into branch 'master'.
Use ellipsis character in manual strings instead of 3 periods Also to match the use in UI strings now. M +2 -2 doc/index.docbook https://invent.kde.org/games/knetwalk/-/commit/747b5379acdbe9745e82a78bd62c71b0a8313d5e diff --git a/doc/index.docbook b/doc/index.docbook index 30f7d31..3e6c682 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -215,7 +215,7 @@ Quits the program. <varlistentry> <term><menuchoice> <guimenu>Settings</guimenu> -<guimenuitem>Configure &knetwalk;...</guimenuitem> +<guimenuitem>Configure &knetwalk;…</guimenuitem> </menuchoice></term> <listitem><para> <action>Open <guilabel>Configure - &knetwalk;</guilabel> dialog.</action> Please see <link linkend="configuration">Game Configuration</link> for more information. @@ -236,7 +236,7 @@ of the &kde; Fundamentals. <title>Game Configuration</title> <para> To open the <guilabel>Configure - &knetwalk;</guilabel> dialog, select the <menuchoice><guimenu>Settings</guimenu> - <guimenuitem>Configure &knetwalk;...</guimenuitem></menuchoice> menu item. + <guimenuitem>Configure &knetwalk;…</guimenuitem></menuchoice> menu item. </para> <sect2 id="config_general"> <title>General</title>
