mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 21:10:32 +01:00
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:
parent
96a421a247
commit
28542016d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue