Bug 99630

Summary: Wrong menu mentioned in KPDF documentation
Product: [Websites] docs.kde.org Reporter: Sander Koning <sanderkoning>
Component: CorrectionsAssignee: Documentation Editorial Team <kde-doc-english>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sander Koning 2005-02-17 19:29:34 UTC
Version:            (using KDE Devel)

The View menu should be the Go menu in string 74 in docs/kdegraphics/kpdf.po:

#. Tag: menuchoice
#: index.docbook:427
#, no-c-format

<shortcut><keycombo action=\"simul\">&Ctrl; 
<keycap>End</keycap></keycombo></shortcut> <guimenu>View</guimenu> 
<guimenuitem>Last Page</guimenuitem>
Comment 1 Tom Albers 2005-03-02 18:19:51 UTC
CVS commit by toma: 

Corrected two errors
BUGS: 99629,99630


  M +2 -2      index.docbook   1.7


--- kdegraphics/doc/kpdf/index.docbook  #1.6:1.7
@@ -66,5 +66,5 @@
                 <para>
                         You can go to the first page of the document using 
-                        <keycombo action="simul">&Ctrl;<keycap>Space</keycap></keycombo> or
+                        <keycombo action="simul">&Ctrl;<keycap>Home</keycap></keycombo> or
                         using 
                         <menuchoice>
@@ -427,5 +427,5 @@
                                                 <menuchoice>
                                                         <shortcut><keycombo action="simul">&Ctrl;       <keycap>End</keycap></keycombo></shortcut>
-                                                        <guimenu>View</guimenu>
+                                                        <guimenu>Go</guimenu>
                                                         <guimenuitem>Last Page</guimenuitem>
                                                 </menuchoice>