gnome-keyring r1205 - in trunk: . daemon/pk daemon/ssh gp11
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1205 - in trunk: . daemon/pk daemon/ssh gp11
- Date: Mon, 28 Jul 2008 03:50:19 +0000 (UTC)
Author: nnielsen
Date: Mon Jul 28 03:50:18 2008
New Revision: 1205
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1205&view=rev
Log:
* daemon/pk/gkr-pk-storage.c:
* daemon/ssh/gkr-ssh-storage.c:
* gp11/gp11-misc.c: Fix text problems highlighted by Claude
Paroz
Fixes bug #545030.
Modified:
trunk/ChangeLog
trunk/daemon/pk/gkr-pk-storage.c
trunk/daemon/ssh/gkr-ssh-storage.c
trunk/gp11/gp11-misc.c
Modified: trunk/daemon/pk/gkr-pk-storage.c
==============================================================================
--- trunk/daemon/pk/gkr-pk-storage.c (original)
+++ trunk/daemon/pk/gkr-pk-storage.c Mon Jul 28 03:50:18 2008
@@ -225,9 +225,9 @@
*/
if (type == GKR_PKIX_PRIVATE_KEY)
- return g_strdup_printf (_("The system wants to store to the private key '%s' on your disk. Please enter a password to lock it with."), label);
+ return g_strdup_printf (_("The system wants to store the private key '%s' on your disk. Please enter a password to lock it with."), label);
else
- return g_strdup_printf (_("The system wants to store to '%s' on your disk. Please enter a password to lock it with."), label);
+ return g_strdup_printf (_("The system wants to store '%s' on your disk. Please enter a password to lock it with."), label);
}
static void
Modified: trunk/daemon/ssh/gkr-ssh-storage.c
==============================================================================
--- trunk/daemon/ssh/gkr-ssh-storage.c (original)
+++ trunk/daemon/ssh/gkr-ssh-storage.c Mon Jul 28 03:50:18 2008
@@ -409,7 +409,7 @@
return TRUE;
if (ctx.result == GKR_PKIX_FAILURE) {
- g_set_error (err, GKR_PK_STORAGE_ERROR, 0, _("Couldn't read secure shell key private key: %s"),
+ g_set_error (err, GKR_PK_STORAGE_ERROR, 0, _("Couldn't read secure shell private key: %s"),
g_quark_to_string (loc));
return FALSE;
} else if (ctx.result == GKR_PKIX_UNRECOGNIZED) {
Modified: trunk/gp11/gp11-misc.c
==============================================================================
--- trunk/gp11/gp11-misc.c (original)
+++ trunk/gp11/gp11-misc.c Mon Jul 28 03:50:18 2008
@@ -50,7 +50,7 @@
case CKR_ARGUMENTS_BAD:
return _("Invalid arguments");
case CKR_NEED_TO_CREATE_THREADS:
- return _("The module cannot created needed threads");
+ return _("The module cannot create needed threads");
case CKR_CANT_LOCK:
return _("The module cannot lock data properly");
case CKR_ATTRIBUTE_READ_ONLY:
@@ -142,7 +142,7 @@
case CKR_TOKEN_NOT_PRESENT:
return _("The device is not present or unplugged");
case CKR_TOKEN_NOT_RECOGNIZED:
- return _("The device is invalid or unregocnizable");
+ return _("The device is invalid or unrecognizable");
case CKR_TOKEN_WRITE_PROTECTED:
return _("The device is write protected");
case CKR_UNWRAPPING_KEY_HANDLE_INVALID:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]