String changes in gnome-keyring
- From: Stef Walter <stef-list memberwebs com>
- To: GNOME Documentation <gnome-doc-list gnome org>, GNOME I18N List <gnome-i18n gnome org>
- Subject: String changes in gnome-keyring
- Date: Sun, 07 Feb 2010 09:54:28 -0600
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]