Bug 129459 - ksokoban: .po file contains help menu
Summary: ksokoban: .po file contains help menu
Status: RESOLVED FIXED
Alias: None
Product: docs.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Documentation Editorial Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-20 03:07 UTC by Frederik Schwarzer
Modified: 2006-06-20 09:13 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Schwarzer 2006-06-20 03:07:20 UTC
Version:            (using KDE KDE 3.5.3)
Installed from:    Debian testing/unstable Packages
OS:                Linux

In the .po file for ksokoban one can find the whole description for help menu.
This should probably only be "&help.menu.documentation;" due to it is the default menu with no extra items.
Starting at index.docbook:378 (.po file #105 to #112).
Comment 1 Burkhard Lück 2006-06-20 09:13:28 UTC
SVN commit 553147 by lueck:

default description of help menu (&help.menu.documentation;)
thanks to Frederik Schwarzer for the bugreport
BUG:129459

 M  +2 -42     index.docbook  


--- trunk/KDE/kdegames/doc/ksokoban/index.docbook #553146:553147
@@ -28,7 +28,7 @@
 
 <legalnotice>&FDLNotice;</legalnotice>
 
-<date>2005-12-14</date>
+<date>2006-06-19</date>
 <releaseinfo>0.4.2</releaseinfo>
 
 <abstract>
@@ -380,49 +380,9 @@
 
 <sect1 id="help-menu">
 <title>The <guimenu>Help</guimenu> Menu</title>
-<variablelist>
-<varlistentry>
-<term>
-<menuchoice>
-<shortcut>
-<keycombo action="simul"><keycap>F1</keycap></keycombo>
-</shortcut>
-<guimenu>Help</guimenu>
-<guimenuitem>&kappname; Handbook...</guimenuitem>
-</menuchoice>
-</term>
-<listitem><para><action>Invokes the &kde; Help system</action> starting at the
-&kappname; help pages. (this document).</para></listitem>
-</varlistentry>
 
-<varlistentry>
-<term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>Report Bug...</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>Opens the Bug report dialog</action> where you can
-report a bug or request a <quote>wishlist</quote> feature.</para></listitem>
-</varlistentry>
+&help.menu.documentation;
 
-<varlistentry>
-<term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>About &kappname;</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>This will display version and author
-information.</action></para></listitem>
-</varlistentry>
-
-<varlistentry>
-<term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>About &kde;</guimenuitem>
-</menuchoice></term>
-<listitem><para><action>This displays the &kde; version and other basic
-information.</action></para></listitem>
-</varlistentry>
-</variablelist>
-
 </sect1>
 </chapter>