GNOME Bugzilla – Bug 794500
ssh-agent: Password prompt not worded well
Last modified: 2018-03-20 08:51:43 UTC
Ubuntu 18.04 Beta gnome-keyring 3.28.0 (built in my PPA based on Debian's package) openssh-client 1:7.6p1-4 The ssh-agent password prompt looks like it has a few extra duplicate words. Screenshot attached. Title ----- Enter password to unlock the private key Text ---- An application wants access to the private key "Unlock password for: Name <user@email.com>", but it is locked Suggested Replacement Text -------------------------- 1. An application wants access to the private key "Name <user@email.com>", but it is locked or 2. Unlock password for: Name <user@email.com>"
Created attachment 369876 [details] screenshot #1 is the wording from gnome-keyring 3.27.4 so this bug is a regression.
Created attachment 369887 [details] [review] ssh-agent: Don't be too verbose on password prompt This partially reverts the change in 869b5c6d, so as not to display duplicate words on the password prompt.
Created attachment 369892 [details] [review] login: Use the same label as before when storing password
Attachment 369887 [details] pushed as afbdb0a - ssh-agent: Don't be too verbose on password prompt Attachment 369892 [details] pushed as b70a10e - login: Use the same label as before when storing password