After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 507092 - seahorse-applet.xml has an incorrect <guimenu> tag
seahorse-applet.xml has an incorrect <guimenu> tag
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: docs
git master
Other All
: Normal minor
: 2.22.0
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2008-01-03 19:04 UTC by Jasper Lievisse Adriaanse
Modified: 2008-02-11 14:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
proposed fix (917 bytes, patch)
2008-02-10 19:06 UTC, Jasper Lievisse Adriaanse
committed Details | Review

Description Jasper Lievisse Adriaanse 2008-01-03 19:04:59 UTC
Documentation 
Section: plugins/applet/docs/C/seahorse-applet.xml
Revision 1812
trunk/plugins/applet/docs/C/seahorse-applet.xml

<menuchoice>
  <guimenu>Desktop</guimenu>
  <guimenuitem>Preferences</guimenuitem>
  <guimenuitem>Encryption Preferences</guimenuitem>
</menuchoice>

Correct version:
<menuchoice>
  <guimenu>System</guimenu>
  <guimenuitem>Preferences</guimenuitem>
  <guimenuitem>Encryption Preferences</guimenuitem>
</menuchoice>

Other information:
This also applies for the the other locales' seahorse-applet.xml files.
Comment 1 Adam Schreiber 2008-02-05 20:37:28 UTC
Furthermore, it ought to represent the new displayed name 'Encryption and Keyrings'
Comment 2 Jasper Lievisse Adriaanse 2008-02-10 19:06:07 UTC
Created attachment 104861 [details] [review]
proposed fix
Comment 3 Jasper Lievisse Adriaanse 2008-02-10 19:06:42 UTC
above patch incorporates the suggested displayed name.
Comment 4 Adam Schreiber 2008-02-11 14:41:12 UTC
Thanks! Committed.

2008-02-11  Adam Schreiber  <sadam@clemson.edu>

    * plugins/applet/docs/C/seahorse-applet.xml: Update applet manual. 
    Patch by Jasper Lievisse Adriaanse.  Fixes bug #507092