[games/granatier] /: Use ellipsis character in UI strings instead of 3 periods

Friedrich W. H. Kossebau null at kde.org
Sun Apr 28 23:57:22 BST 2024


Git commit 9d2f9e3ac55ead0ef68a6c14fc5d1aaef10ef16b by Friedrich W. H. Kossebau.
Committed on 28/04/2024 at 22:52.
Pushed by kossebau into branch 'master'.

Use ellipsis character in UI strings instead of 3 periods

M  +1    -1    doc/index.docbook
M  +1    -1    src/config/arenaselector.ui

https://invent.kde.org/games/granatier/-/commit/9d2f9e3ac55ead0ef68a6c14fc5d1aaef10ef16b

diff --git a/doc/index.docbook b/doc/index.docbook
index 5496ea5..29506fb 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -284,7 +284,7 @@ of the &kde; Fundamentals.
 
   <chapter id="configuration"><title>Game Configuration</title> <!-- do not change this! -->
     <para>
-      To open the Configuration Dialogue, select <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &granatier;...</guimenuitem></menuchoice> menu item.
+      To open the Configuration Dialogue, select <menuchoice><guimenu>Settings</guimenu><guimenuitem>Configure &granatier;…</guimenuitem></menuchoice> menu item.
     </para>
     <sect1 id="config_general">
       <title>General</title>
diff --git a/src/config/arenaselector.ui b/src/config/arenaselector.ui
index 3ab17fb..19edb52 100644
--- a/src/config/arenaselector.ui
+++ b/src/config/arenaselector.ui
@@ -40,7 +40,7 @@
        <item>
         <widget class="QPushButton" name="getNewButton">
          <property name="text">
-          <string>&Get New Arenas...</string>
+          <string>&Get New Arenas…</string>
          </property>
         </widget>
        </item>



More information about the kde-doc-english mailing list