Fix confusing error message (bgo #554373)

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4145 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2008-10-04 22:50:44 +00:00
parent 96a421a247
commit 28542016d6

View file

@ -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;
}