GNOME Bugzilla – Bug 549730
Displays innaccurate buttons when changing keyring password
Last modified: 2008-08-31 18:25:40 UTC
When changing the keyring password in the Seahorse preferences, the button reads Create instead of Change. This is a side effect of the previous button name changing without considering this dialog as well.
Created attachment 117536 [details] [review] Adds button label
Applied. Thanks! 2008-08-31 Stef Walter <stef@memberwebs.com> * daemon/gkr-daemon-ops.c: * daemon/ui/gkr-ask-request.h: * daemon/ui/gkr-ask-tool.c: Use proper text for button when prompting to change password. Fixes bug #549730. Patch by Adam Schreiber.