Bug 103163

Summary: Error found in Digikam-documentation: File-> First should be File->Last
Product: [Applications] digikam Reporter: Rinse De Vries <rinse>
Component: DocumentationAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 0.7.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0

Description Rinse De Vries 2005-04-03 19:59:17 UTC
Version:           0.7.2 (using KDE 3.4.0 Level "a" , unofficial build of SUSE )
Compiler:          gcc version 3.3.3 (SuSE Linux)
OS:                Linux (i686) release 2.6.5-7.151-default

Hi, while translating the digiKam-documentation, I encountered this string in the file digikam.po:

#. Tag: menuchoice
#: index.docbook:2948
#, no-c-format
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>End</keycap></keycombo>
</shortcut> <guimenu>File</guimenu><guimenuitem>First</guimenuitem>

According to the shortcut, and the fact that the string above this one discribes the menuentry [file->first], this string should be something like this:

<shortcut><keycombo><keycap>Ctrl</keycap><keycap>End</keycap></keycombo>
</shortcut> <guimenu>File</guimenu><guimenuitem>Last</guimenuitem
Comment 1 Tom Albers 2005-04-03 20:09:55 UTC
CVS commit by toma: 

c&p fix
BUGS:103163


  M +2 -2      index.docbook   1.143


--- kdeextragear-3/doc/digikam/index.docbook  #1.142:1.143
@@ -2948,7 +2948,7 @@
             <term><menuchoice>
                 <shortcut><keycombo><keycap>Ctrl</keycap><keycap>End</keycap></keycombo></shortcut>
-                <guimenu>File</guimenu><guimenuitem>First</guimenuitem>
+                <guimenu>File</guimenu><guimenuitem>Last</guimenuitem>
             </menuchoice></term>
-            <listitem><para><action>Display the first image of current Album.</action></para></listitem>
+            <listitem><para><action>Display the last image of current Album.</action></para></listitem>
         </varlistentry>
 
Comment 2 Rinse De Vries 2005-04-03 20:16:41 UTC
Wow, that's fast :)
Is the discription correct?
I could not find one in the po-file:

#. Tag: menuchoice
#: index.docbook:2940
#, no-c-format
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>Home</keycap></keycombo>
</shortcut> <guimenu>File</guimenu><guimenuitem>First</guimenuitem>
---
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>Home</keycap></keycombo>
</shortcut> <guimenu>Bestand</guimenu><guimenuitem>Eerste</guimenuitem>
#. Tag: action
#: index.docbook:2944 index.docbook:2952
#, no-c-format
Display the first image of current Album.
---
Toont de eerste afbeelding in het huidige album.
#. Tag: menuchoice
#: index.docbook:2948
#, no-c-format
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>End</keycap></keycombo>
</shortcut> <guimenu>File</guimenu><guimenuitem>First</guimenuitem>
---
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>End</keycap></keycombo>
</shortcut> <guimenu>Bestand</guimenu><guimenuitem>Laatste</guimenuitem>
#. Tag: menuchoice
#: index.docbook:2956
#, no-c-format
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>S</keycap></keycombo>
</shortcut> <guimenu>File</guimenu><guimenuitem>Save</guimenuitem>
---
<shortcut><keycombo><keycap>Ctrl</keycap><keycap>S</keycap></keycombo>
</shortcut> <guimenu>Bestand</guimenu><guimenuitem>Opslaan</guimenuitem>
Comment 3 Tom Albers 2005-04-03 20:23:51 UTC
Op zondag 3 april 2005 20:16, schreef Rinse De Vries:
> #. Tag: action
> #: index.docbook:2944 index.docbook:2952
> #, no-c-format
> Display the first image of current Album.


As you can see the string is twice in the docbook, which is merged to one 
tranlatable string. I've corrected the description (as visible in the commit 
log), so there will be a new string when the templates are generated. Thanks 
Rinse.
Comment 4 Rinse De Vries 2005-04-03 21:57:07 UTC
Found another error in the same po-file:


#. Tag: para
#: index.docbook:3566
#, no-c-format
See the dedicated <ulink 
url=\"help:/digikamimageplugins/infrared.html\">Rain Drops manual</ulink> 
for more information.

"Rain Drops manual" should be "Infrared manual"