From 28542016d63bd4c1fd0e4ca0343df83716a719df Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 4 Oct 2008 22:50:44 +0000 Subject: Fix confusing error message (bgo #554373) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4145 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- libnm-util/crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnm-util/crypto.c') diff --git a/libnm-util/crypto.c b/libnm-util/crypto.c index 2443693261..d391bd93fe 100644 --- a/libnm-util/crypto.c +++ b/libnm-util/crypto.c @@ -392,7 +392,7 @@ make_des_key (const char *cipher, if (!key) { g_set_error (error, NM_CRYPTO_ERROR, NM_CRYPTO_ERR_OUT_OF_MEMORY, - _("Not enough memory to create private key decryption key.")); + _("Not enough memory to decrypt private key.")); return NULL; } -- cgit v1.2.1