We're now displaying different strings when unlocking the login keyring:

+       gkd_prompt_set_title (prompt, _("Unlock Login Keyring"));
+
+       text = _("Enter password for to unlock your login keyring");
+       gkd_prompt_set_primary_text (prompt, text);
+
+       if (gkd_login_did_unlock_fail ())
+               text = _("The password you use to log into your computer
no longer matches that of your login keyring.");
+       else
+               text = _("The login keyring did not get unlocked when
you logged in to your computer.");
+       gkd_prompt_set_secondary_text (prompt, text);

Cheers,

Stef
_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to