GNOME Bugzilla – Bug 507092
seahorse-applet.xml has an incorrect <guimenu> tag
Last modified: 2008-02-11 14:41:12 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.
Furthermore, it ought to represent the new displayed name 'Encryption and Keyrings'
Created attachment 104861 [details] [review] proposed fix
above patch incorporates the suggested displayed name.
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