[gnome-keyring] Use "different from" rather than "different than" in a translatable string



commit 7b7e616441d62d1cc7b35af1600bf6044da6c814
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Aug 28 18:40:21 2010 +0100

    Use "different from" rather than "different than" in a translatable string

 gp11/gp11-misc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gp11/gp11-misc.c b/gp11/gp11-misc.c
index 7457042..9853fe3 100644
--- a/gp11/gp11-misc.c
+++ b/gp11/gp11-misc.c
@@ -144,7 +144,7 @@ gp11_message_from_rv (CK_RV rv)
 	case CKR_KEY_NOT_NEEDED:
 		return _("No key is needed");
 	case CKR_KEY_CHANGED:
-		return _("The key is different than before");
+		return _("The key is different from before");
 	case CKR_KEY_NEEDED:
 		return _("A key is needed");
 	case CKR_KEY_INDIGESTIBLE:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]