Git commit a5fa437b539405118bb20328c8593598aa266b31 by Friedrich W. H. Kossebau.
Committed on 02/05/2024 at 00:02.
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  +4    -4    doc/index.docbook

https://invent.kde.org/games/picmi/-/commit/a5fa437b539405118bb20328c8593598aa266b31

diff --git a/doc/index.docbook b/doc/index.docbook
index 3ae7ce4..21df3ed 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -81,7 +81,7 @@ The current placement of boxes and crosses (referred to as 
'states' from now on)
 
 <para>
 &picmi; includes two game modes.
-Random puzzles (generated by selecting the <menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>N</keycap></keycombo></shortcut> 
<guimenu>Game</guimenu> <guimenuitem>New</guimenuitem></menuchoice> menu item) 
are generated according to the selected difficulty settings. Alternatively, the 
included preset puzzles can be played by selecting the 
<menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>O</keycap></keycombo></shortcut> 
<guimenu>Game</guimenu> <guimenuitem>Load...</guimenuitem></menuchoice> menu 
item.
+Random puzzles (generated by selecting the <menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>N</keycap></keycombo></shortcut> 
<guimenu>Game</guimenu> <guimenuitem>New</guimenuitem></menuchoice> menu item) 
are generated according to the selected difficulty settings. Alternatively, the 
included preset puzzles can be played by selecting the 
<menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>O</keycap></keycombo></shortcut> 
<guimenu>Game</guimenu> <guimenuitem>Load…</guimenuitem></menuchoice> menu item.
 </para>
 
 </chapter>
@@ -120,7 +120,7 @@ Random puzzles (generated by selecting the 
<menuchoice><shortcut><keycombo actio
   <varlistentry>
     <term><menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>O</keycap></keycombo> </shortcut>
     <guimenu>Game</guimenu>
-    <guimenuitem>Load...</guimenuitem></menuchoice></term>
+    <guimenuitem>Load…</guimenuitem></menuchoice></term>
     <listitem><para><action>Loads a preset puzzle.</action> The names of 
puzzles are hidden until they are solved. High score lists and difficulty 
settings are disabled.</para></listitem>
   </varlistentry>
 
@@ -141,7 +141,7 @@ Random puzzles (generated by selecting the 
<menuchoice><shortcut><keycombo actio
   <varlistentry>
     <term><menuchoice><shortcut><keycombo 
action="simul">&Ctrl;<keycap>H</keycap></keycombo> </shortcut>
     <guimenu>Game</guimenu>
-    <guimenuitem>Show High Scores...</guimenuitem></menuchoice></term>
+    <guimenuitem>Show High Scores…</guimenuitem></menuchoice></term>
     <listitem><para><action>Shows a dialog containing the High Scores for the 
various difficulty levels.</action></para></listitem>
   </varlistentry>
 
@@ -209,7 +209,7 @@ Random puzzles (generated by selecting the 
<menuchoice><shortcut><keycombo actio
 
   <varlistentry>
     <term><menuchoice><guimenu>Settings</guimenu>
-    <guimenuitem>Configure &picmi;...</guimenuitem></menuchoice></term>
+    <guimenuitem>Configure &picmi;…</guimenuitem></menuchoice></term>
     <listitem><para><action>Choose the game background image, board dimensions 
and settings for custom difficulty.</action></para></listitem>
   </varlistentry>
 </variablelist>

Reply via email to