NetworkManager r4145 - trunk/libnm-util
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r4145 - trunk/libnm-util
- Date: Sat, 4 Oct 2008 22:50:44 +0000 (UTC)
Author: dcbw
Date: Sat Oct 4 22:50:44 2008
New Revision: 4145
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=4145&view=rev
Log:
Fix confusing error message (bgo #554373)
Modified:
trunk/libnm-util/crypto.c
Modified: trunk/libnm-util/crypto.c
==============================================================================
--- trunk/libnm-util/crypto.c (original)
+++ trunk/libnm-util/crypto.c Sat Oct 4 22:50:44 2008
@@ -392,7 +392,7 @@
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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]