Git commit 64b96fed1c71ee9230f2fd1e00471bd122f74bfd by Friedrich W. H. Kossebau. Committed on 03/05/2024 at 00:04. 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 +1 -1 doc/index.docbook https://invent.kde.org/games/kbounce/-/commit/64b96fed1c71ee9230f2fd1e00471bd122f74bfd diff --git a/doc/index.docbook b/doc/index.docbook index 5d1d401..117e351 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -408,7 +408,7 @@ of the &kde; Fundamentals. <!--Following is a standard list of FAQ questions.--> <qandaentry> <question><para>I want to change the way this game looks. Can I? </para></question> - <answer><para>Yes. To change &kbounce; visual theme you can use <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &kbounce;...</guimenuitem></menuchoice> option on the menubar.</para></answer> + <answer><para>Yes. To change &kbounce; visual theme you can use <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &kbounce;…</guimenuitem></menuchoice> option on the menubar.</para></answer> </qandaentry> <qandaentry> <question><para>I have made a mistake. Can I undo? </para></question>
